Home
last modified time | relevance | path

Searched defs:screen (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/lib/libcurses/screen/
H A Dcurshdr.h118 struct screen struct
135 short lsize; /* How many lines decided by newscreen */ argument
136 short csize; /* How many columns decided by newscreen */ argument
137 short tsize; /* How big is a tab decided by newscreen */ argument
138 WINDOW *std_scr; /* primary output screen */ argument
139 WINDOW *cur_scr; /* what's physically on the screen */ argument
140 WINDOW *virt_scr; /* what's virtually on the screen */ argument
141 int *cur_hash; /* hash table of curscr */
142 int *virt_hash; /* hash table of virtscr */
143 TERMINAL *tcap; /* TERMINFO info */
[all …]
H A Ddelscreen.c50 delscreen(SCREEN *screen) in delscreen()
H A D_set_term.c49 set_term(SCREEN *screen) in set_term()
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c437 set_term(SCREEN *screen) in set_term()
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewterm.c427 set_term(screen) in set_term() argument
/titanic_50/usr/src/cmd/ssh/include/
H A Dsession.h56 u_int screen; member
/titanic_50/usr/src/cmd/avs/sdbc/
H A Dsd_trace.c68 int screen = 0; variable
/titanic_50/usr/src/lib/libshell/common/edit/
H A Demacs.c104 genchar *screen; /* pointer to window buffer */ member
/titanic_50/usr/src/cmd/pg/
H A Dpg.c395 screen(file_name) in screen() function
/titanic_50/usr/src/cmd/more/
H A Dmore.c496 screen(register FILE *f, register off_t num_lines) in screen() function