Lines Matching refs:screen
4 structure per screen type. The first is a single global structure (GS)
8 screen structures, and they can only do this if they have a starting
9 point. The number of globals in nvi is dependent on the screen type, but
10 every screen type will have at least one global, __global_list, which
13 The GS structure contains linked lists of screen (SCR) structures.
16 The GS structure has a set of functions which update the screen and/or
17 return information about the screen from the underlying screen package.
28 for any routine that wishes to talk to the screen, the EXF structure is
36 "gp", the screen structure is "sp", and the file structure is "ep".
47 CL The curses screen private data structure. Everything to
57 TK The Tcl/Tk screen private data structure. Everything to