Lines Matching refs:structure
4 structure per screen type. The first is a single global structure (GS)
11 references the GS structure.
13 The GS structure contains linked lists of screen (SCR) structures.
14 Each SCR structure normally references a file (EXF) structure.
16 The GS structure has a set of functions which update the screen and/or
18 The GS structure never goes away. The SCR structure persists over
19 instances of screens, and the EXF structure persists over references to
23 information for a file is held in an FREF structure which is chained from
24 the SCR structure.
26 In general, functions are always passed an SCR structure, which usually
27 references an underlying EXF structure. The SCR structure is necessary
28 for any routine that wishes to talk to the screen, the EXF structure is
30 between an SCR structure and its underlying EXF structure is not fixed,
35 even depend on it, so don't try and change it!) The global structure is
36 "gp", the screen structure is "sp", and the file structure is "ep".
40 TEXT In nvi/cut.h. This structure describes a portion of a line,
47 CL The curses screen private data structure. Everything to
57 TK The Tcl/Tk screen private data structure. Everything to
60 EXCMD In nvi/ex/ex.h. The structure that gets passed around to the
65 VICMD In nvi/vi/vi.h. The structure that gets passed around to the