![]() |
GnuCOBOL
2.0
A free COBOL compiler
|
#include <common.h>

Data Fields | |
| cob_field * | linage |
| cob_field * | linage_ctr |
| cob_field * | latfoot |
| cob_field * | lattop |
| cob_field * | latbot |
| int | lin_lines |
| int | lin_foot |
| int | lin_top |
| int | lin_bot |
| cob_field* cob_linage::latbot |
Definition at line 1155 of file common.h.
Referenced by file_linage_check().
| cob_field* cob_linage::latfoot |
Definition at line 1153 of file common.h.
Referenced by file_linage_check().
| cob_field* cob_linage::lattop |
Definition at line 1154 of file common.h.
Referenced by file_linage_check().
| int cob_linage::lin_bot |
Definition at line 1159 of file common.h.
Referenced by cob_linage_write_opt(), and file_linage_check().
| int cob_linage::lin_foot |
Definition at line 1157 of file common.h.
Referenced by cob_linage_write_opt(), and file_linage_check().
| int cob_linage::lin_lines |
Definition at line 1156 of file common.h.
Referenced by cob_linage_write_opt(), and file_linage_check().
| int cob_linage::lin_top |
Definition at line 1158 of file common.h.
Referenced by cob_linage_write_opt(), file_linage_check(), and lineseq_write().
| cob_field* cob_linage::linage |
Definition at line 1151 of file common.h.
Referenced by file_linage_check().
| cob_field* cob_linage::linage_ctr |
Definition at line 1152 of file common.h.
Referenced by cob_file_open(), cob_linage_write_opt(), and file_linage_check().