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