| typedef struct mfkwd_struct | /*Defined in vv_sys.h | */ | |
| { | |||
| UCHAR | *line_st; | /*pointer to line string | */ |
| int | line_len; | /*length of a memory file line | */ |
| UCHAR | att; | /*attribute for text line | */ |
| UCHAR | check; | /*check used by multiple choice list | */ |
| int | sln_q; | /*section line quantity | */ |
| long | file_offset; | /*offset in the disk file | */ |
| } MFKWD, *MFKWDPTR; | |||