![]() |
GnuCOBOL
2.0
A free COBOL compiler
|
#include <common.h>
Data Fields | |
struct __cob_screen * | next |
struct __cob_screen * | child |
cob_field * | field |
cob_field * | value |
cob_field * | line |
cob_field * | column |
cob_field * | foreg |
cob_field * | backg |
cob_field * | prompt |
int | type |
int | occurs |
int | attr |
int __cob_screen::attr |
cob_field * __cob_screen::backg |
struct __cob_screen * __cob_screen::child |
cob_field * __cob_screen::column |
cob_field * __cob_screen::field |
cob_field * __cob_screen::foreg |
cob_field * __cob_screen::line |
struct __cob_screen * __cob_screen::next |
int __cob_screen::occurs |
cob_field * __cob_screen::prompt |
int __cob_screen::type |
cob_field * __cob_screen::value |