GnuCOBOL  2.0
A free COBOL compiler
cob_inp_struct Struct Reference
Collaboration diagram for cob_inp_struct:

Data Fields

cob_screenscr
 
size_t up_index
 
size_t down_index
 
int this_y
 
int this_x
 

Detailed Description

Definition at line 74 of file screenio.c.

Field Documentation

size_t cob_inp_struct::down_index

Definition at line 77 of file screenio.c.

Referenced by cob_screen_get_all(), and screen_accept().

cob_screen* cob_inp_struct::scr

Definition at line 75 of file screenio.c.

Referenced by cob_prep_input(), cob_screen_get_all(), finalize_all_fields(), and screen_accept().

int cob_inp_struct::this_x

Definition at line 79 of file screenio.c.

Referenced by cob_prep_input(), cob_screen_get_all(), and compare_yx().

int cob_inp_struct::this_y

Definition at line 78 of file screenio.c.

Referenced by cob_prep_input(), cob_screen_get_all(), compare_yx(), and screen_accept().

size_t cob_inp_struct::up_index

Definition at line 76 of file screenio.c.

Referenced by cob_screen_get_all(), and screen_accept().


The documentation for this struct was generated from the following file: