#include <seqOut.h>
Data Fields | |
| int | wordLen |
| int | lineLen |
| int | inWord |
| int | inLine |
| bool | lineNumbers |
| bool | countDown |
| long | charCount |
| FILE * | out |
| int | numOff |
| int | color |
| bool | underline |
| bool | bold |
| bool | italic |
Definition at line 5 of file seqOut.h.
| int cfm::wordLen |
| int cfm::lineLen |
| int cfm::inWord |
| int cfm::inLine |
| bool cfm::lineNumbers |
| bool cfm::countDown |
| long cfm::charCount |
| FILE* cfm::out |
Definition at line 14 of file seqOut.h.
Referenced by bafWriteLine(), cfmNew(), cfmOutExt(), cfmPopFormat(), and cfmPushFormat().
| int cfm::numOff |
| int cfm::color |
Definition at line 16 of file seqOut.h.
Referenced by cfmNew(), cfmOutExt(), cfmPopFormat(), and cfmPushFormat().
| bool cfm::underline |
Definition at line 17 of file seqOut.h.
Referenced by cfmNew(), cfmOutExt(), cfmPopFormat(), and cfmPushFormat().
| bool cfm::bold |
Definition at line 18 of file seqOut.h.
Referenced by cfmNew(), cfmOutExt(), cfmPopFormat(), and cfmPushFormat().
| bool cfm::italic |
Definition at line 19 of file seqOut.h.
Referenced by cfmNew(), cfmOutExt(), cfmPopFormat(), and cfmPushFormat().
1.5.2