GnuCOBOL
2.0
A free COBOL compiler
|
Data Fields | |
struct cobitem * | next |
unsigned char | end_of_block |
unsigned char | block_byte |
unsigned char | unique [sizeof(size_t)] |
unsigned char | item [1] |
unsigned char cobitem::block_byte |
Definition at line 180 of file fileio.c.
Referenced by cob_file_sort_process(), cob_new_item(), and cob_write_block().
unsigned char cobitem::end_of_block |
Definition at line 179 of file fileio.c.
Referenced by cob_file_sort_process(), cob_file_sort_retrieve(), cob_file_sort_submit(), cob_new_item(), cob_read_item(), and cob_sort_queues().
unsigned char cobitem::item[1] |
Definition at line 182 of file fileio.c.
Referenced by cob_file_sort_compare(), cob_file_sort_retrieve(), and cob_file_sort_submit().
struct cobitem* cobitem::next |
Definition at line 178 of file fileio.c.
Referenced by cob_file_sort_process(), cob_file_sort_retrieve(), cob_file_sort_submit(), cob_new_item(), cob_sort_queues(), and cob_write_block().
unsigned char cobitem::unique[sizeof(size_t)] |
Definition at line 181 of file fileio.c.
Referenced by cob_file_sort_compare(), cob_file_sort_submit(), and cob_read_item().