GnuCOBOL
2.0
A free COBOL compiler
|
#include <common.h>
Data Fields | |
cob_field * | field |
int | flag |
unsigned int | offset |
cob_field* cob_file_key::field |
Definition at line 1102 of file common.h.
Referenced by cob_file_sort_compare(), cob_file_sort_init_key(), cob_table_sort_init_key(), indexed_open(), indexed_read(), indexed_read_next(), indexed_rewrite(), indexed_start(), indexed_write(), relative_delete(), relative_read_next(), relative_rewrite(), relative_write(), and sort_compare().
int cob_file_key::flag |
Definition at line 1103 of file common.h.
Referenced by cob_file_sort_compare(), cob_file_sort_init_key(), cob_table_sort_init_key(), indexed_open(), and indexed_read_next().
unsigned int cob_file_key::offset |
Definition at line 1105 of file common.h.
Referenced by cob_file_sort_compare(), cob_file_sort_init_key(), cob_table_sort_init_key(), and indexed_open().