| /netbsd-src/external/gpl2/texinfo/dist/info/ |
| H A D | session.h | 38 void name (WINDOW *window, int count, unsigned char key) 70 extern void remember_window_and_node (WINDOW *window, NODE *node); 71 extern void set_remembered_pagetop_and_point (WINDOW *window); 72 extern void set_window_pagetop (WINDOW *window, int desired_top); 73 extern void info_set_node_of_window (int remember, WINDOW *window, 78 extern FILE_BUFFER *file_buffer_of_window (WINDOW *window); 80 long int start, WINDOW *window, int dir, int case_sensitive); 83 extern void info_select_reference (WINDOW *window, REFERENCE *entry); 94 extern void info_delete_window_internal (WINDOW *window); 117 extern void info_intuit_options_node (WINDOW *window, [all …]
|
| H A D | echo-area.h | 39 extern void echo_area_inform_of_deleted_window (WINDOW *window); 42 extern char * info_read_completing_internal (WINDOW *window, char *prompt, 49 extern char *info_read_in_echo_area (WINDOW *window, char *prompt); 53 char *info_read_completing_in_echo_area (WINDOW *window, 59 extern char *info_read_maybe_completing (WINDOW *window, 62 extern void ea_insert (WINDOW *window, int count, unsigned char key); 63 extern void ea_quoted_insert (WINDOW *window, int count, unsigned char key); 64 extern void ea_beg_of_line (WINDOW *window, int count, unsigned char key); 65 extern void ea_backward (WINDOW *window, int count, unsigned char key); 66 extern void ea_delete (WINDOW *window, int count, unsigned char key); [all …]
|
| H A D | window.h | 74 } WINDOW; typedef 96 extern WINDOW *windows; /* List of visible Info windows. */ 97 extern WINDOW *active_window; /* The currently active window. */ 98 extern WINDOW *the_screen; /* The Info screen is just another window. */ 99 extern WINDOW *the_echo_area; /* THE_ECHO_AREA is a window in THE_SCREEN. */ 108 extern void window_make_modeline (WINDOW *window); 120 extern WINDOW *window_make_window (NODE *node); 125 extern void window_delete_window (WINDOW *window); 134 extern void window_set_node_of_window (WINDOW *window, NODE *node); 145 extern void window_change_window_height (WINDOW *window, int amount); [all …]
|
| H A D | indices.h | 33 extern REFERENCE **info_indices_of_window (WINDOW *window); 41 extern void info_index_search (WINDOW *window, int count, unsigned char key); 42 extern void info_next_index_match (WINDOW *window, int count, unsigned char key); 43 extern void info_index_apropos (WINDOW *window, int count, unsigned char key); 44 extern void do_info_index_search (WINDOW *window, int count, char *search_string); 45 extern int index_entry_exists (WINDOW *window, char *string);
|
| H A D | window.c | 33 WINDOW *the_screen = NULL; 36 WINDOW *the_echo_area = NULL; 39 WINDOW *windows = NULL; 42 WINDOW *active_window = NULL; 58 the_screen = xmalloc (sizeof (WINDOW)); in window_initialize_windows() 59 the_echo_area = xmalloc (sizeof (WINDOW)); in window_initialize_windows() 60 windows = xmalloc (sizeof (WINDOW)); in window_initialize_windows() 63 zero_mem (the_screen, sizeof (WINDOW)); in window_initialize_windows() 64 zero_mem (the_echo_area, sizeof (WINDOW)); in window_initialize_windows() 65 zero_mem (active_window, sizeof (WINDOW)); in window_initialize_windows() [all …]
|
| H A D | footnotes.c | 38 static WINDOW * 41 WINDOW *win; in find_footnotes_window() 67 info_search_in_node (FOOTNOTE_LABEL, node, 0, (WINDOW *)NULL, 1, 0); in make_footnotes_node() 167 info_get_or_remove_footnotes (WINDOW *window) in info_get_or_remove_footnotes() 169 WINDOW *fn_win; in info_get_or_remove_footnotes() 193 WINDOW *old_active; in info_get_or_remove_footnotes() 194 WINDOW *last, *win; in info_get_or_remove_footnotes() 246 WINDOW *fn_win = find_footnotes_window ();
|
| H A D | echo-area.c | 67 static int completions_window_p (WINDOW *window); 72 static WINDOW *echo_area_completions_window = (WINDOW *)NULL; 76 static WINDOW *calling_window = (WINDOW *)NULL; 83 remember_calling_window (WINDOW *window) in remember_calling_window() 102 register WINDOW *win, *compwin = (WINDOW *)NULL; in restore_calling_window() 116 compwin = (WINDOW *)NULL; in restore_calling_window() 129 WINDOW *next; in restore_calling_window() 150 echo_area_completions_window = (WINDOW *)NULL; in restore_calling_window() 206 info_read_in_echo_area (WINDOW *window, char *prompt) in info_read_in_echo_area() 790 completions_window_p (WINDOW *window) in completions_window_p() [all …]
|
| H A D | display.h | 57 extern void display_update_display (WINDOW *window); 61 extern void display_update_one_window (WINDOW *win); 64 extern void display_cursor_at_point (WINDOW *window); 77 extern void display_scroll_line_starts (WINDOW *window, int old_pagetop,
|
| /netbsd-src/lib/libcurses/ |
| H A D | curses.h | 239 typedef struct __window WINDOW; typedef 407 extern WINDOW *curscr; /* Current screen. */ 408 extern WINDOW *stdscr; /* Standard screen. */ 583 int waddbytes(WINDOW *, const char *, int); 584 int waddstr(WINDOW *, const char *); 604 int mvwaddbytes(WINDOW *, int, int, const char *, int); 605 int mvwaddch(WINDOW *, int, int, chtype); 606 int mvwaddchnstr(WINDOW *, int, int, const chtype *, int); 607 int mvwaddchstr(WINDOW *, int, int, const chtype *); 608 int mvwaddnstr(WINDOW *, in [all...] |
| H A D | curses_private.h | 206 WINDOW *win; 214 WINDOW *curscr; /* Current screen. */ 215 WINDOW *stdscr; /* Standard screen. */ 216 WINDOW *__virtscr; /* Virtual screen (for doupdate()). */ 284 WINDOW *slk_window; 351 int _cursesi_addbyte(WINDOW *, __LINE **, int *, int *, int , attr_t, int); 352 int _cursesi_addwchar(WINDOW *, __LINE **, int *, int *, const cchar_t *, 354 int _cursesi_waddbytes(WINDOW *, const char *, int, attr_t, int); 364 void __id_subwins(WINDOW *); 375 void __cursesi_win_free_nsp(WINDOW *); [all …]
|
| H A D | touchwin.c | 44 static int _cursesi_touchline_force(WINDOW *, int, int, int, int); 51 __sync(WINDOW *win) in __sync() 67 is_linetouched(WINDOW *win, int line) in is_linetouched() 86 touchline(WINDOW *win, int start, int count) 97 int wredrawln(WINDOW *win, int start, int count) 108 is_wintouched(WINDOW *win) in is_wintouched() 131 touchwin(WINDOW *win) 142 redrawwin(WINDOW *win) 153 untouchwin(WINDOW *win) 165 wtouchln(WINDOW *wi in wtouchln() [all...] |
| H A D | newwin.c | 47 static WINDOW *__makenew(SCREEN *screen, int nlines, int ncols, int by, 49 static WINDOW *__subwin(WINDOW *orig, int nlines, int ncols, int by, int bx, 57 WINDOW * 58 derwin(WINDOW *orig, int nlines, int ncols, int by, int bx) in derwin() 70 WINDOW * 71 subpad(WINDOW *orig, int nlines, int ncols, int by, int bx) in subpad() 82 WINDOW * 83 dupwin(WINDOW *win) in dupwin() 85 WINDOW *new_on in dupwin() [all...] |
| H A D | getyx.c | 48 getpary(WINDOW *win) in getpary() 66 getparx(WINDOW *win) in getparx() 83 getcury(WINDOW *win) in getcury() 97 getcurx(WINDOW *win) in getcurx() 111 getbegy(WINDOW *win) 125 getbegx(WINDOW *win) 139 getmaxy(WINDOW *win) in getmaxx() 153 getmaxx(WINDOW *win)
|
| H A D | attributes.c | 40 static int __wattr_off(WINDOW *, attr_t); 41 static int __wattr_on(WINDOW *, attr_t); 42 static void __wcolor_set(WINDOW *, attr_t); 144 wattr_get(WINDOW *win, attr_t *attr, short *pair, void *opts) in wattr_get() 167 wattr_on(WINDOW *win, attr_t attr, void *opts) in wattr_on() 183 wattr_off(WINDOW *win, attr_t attr, void *opts) in wattr_off() 197 wattr_set(WINDOW *win, attr_t attr, short pair, void *opts) in wattr_set() 222 wcolor_set(WINDOW *win, short pair, void *opts) in wcolor_set() 240 getattrs(WINDOW *win) in getattrs() 254 wattron(WINDOW *wi in wattron() [all...] |
| H A D | background.c | 67 wbkgdset(WINDOW *win, chtype ch) in wbkgdset() 91 wbkgd(WINDOW *win, chtype ch) in wbkgd() 127 getbkgd(WINDOW *win) in getbkgd() 167 wbkgrndset(WINDOW *win, const cchar_t *wch) in wbkgrndset() 267 wbkgrnd(WINDOW *win, const cchar_t *wch) 286 wgetbkgrnd(WINDOW *win, cchar_t *wch) in wgetbkgrnd() 333 wbkgrndset(WINDOW *win, const cchar_t *wch) 340 wbkgrnd(WINDOW *win, const cchar_t *wch) 347 wgetbkgrnd(WINDOW *win, cchar_t *wch)
|
| H A D | line.c | 71 mvwhline(WINDOW *win, int y, int x, chtype ch, int count) in mvwhline() 87 whline(WINDOW *win, chtype ch, int count) in whline() 142 mvwvline(WINDOW *win, int y, int x, chtype ch, int count) in mvwvline() 158 wvline(WINDOW *win, chtype ch, int count) in wvline() 203 int mvwhline_set(WINDOW *win, int y, int x, const cchar_t *wch, int n) in mvwhline_set() 215 int whline_set(WINDOW *win, const cchar_t *wch, int n) in whline_set() 272 int mvwvline_set(WINDOW *win, int y, int x, const cchar_t *wch, int n) in mvwvline_set() 284 int wvline_set(WINDOW *win, const cchar_t *wch, int n) in wvline_set()
|
| H A D | addch.c | 74 mvwaddch(WINDOW *win, int y, int x, chtype ch) in mvwaddch() 91 waddch(WINDOW *win, chtype ch) in waddch() 110 waddch(WINDOW *win, chtype ch) in waddch() 122 __waddch(WINDOW *win, __LDATA *dp) in __waddch()
|
| H A D | get_wstr.c | 46 static int __wgetn_wstr(WINDOW *, wchar_t *, int); 99 mvwgetn_wstr(WINDOW *win, int y, int x, wchar_t *wstr, int n) in mvwgetn_wstr() 114 mvwget_wstr(WINDOW *win, int y, int x, wchar_t *wstr) in mvwget_wstr() 129 wget_wstr(WINDOW *win, wchar_t *wstr) in wget_wstr() 140 wgetn_wstr(WINDOW *win, wchar_t *wstr, int n) in wgetn_wstr() 158 __wgetn_wstr(WINDOW *win, wchar_t *wstr, int n) in __wgetn_wstr()
|
| H A D | fileio.c | 80 putwin(WINDOW *win, FILE *fp) in putwin() 103 if (fwrite(win, sizeof(WINDOW), 1, fp) != 1) in putwin() 170 WINDOW * 174 WINDOW *wtmp, *win; in getwin() 189 wtmp = malloc(sizeof(WINDOW)); in getwin() 192 if (fread(wtmp, sizeof(WINDOW), 1, fp) != 1) in getwin()
|
| /netbsd-src/usr.bin/systat/ |
| H A D | extern.h | 47 extern WINDOW *wnd; 76 void closebufcache(WINDOW *); 77 void closedf(WINDOW *); 78 void closeicmp(WINDOW *); 79 void closeifstat(WINDOW *); 80 void closeiostat(WINDOW *); 81 void closeip(WINDOW *); 82 void closevmstat(WINDOW *); 83 void closesyscall(WINDOW *); 84 void closembufs(WINDOW *); [all …]
|
| /netbsd-src/lib/libmenu/ |
| H A D | menu.h | 134 WINDOW *menu_win; /* the menu window */ 135 WINDOW *menu_subwin; /* the menu subwindow */ 136 WINDOW *scrwin; /* the window to write to */ 160 WINDOW *menu_sub(MENU *); 164 WINDOW *menu_win(MENU *); 177 int set_menu_sub(MENU *, WINDOW *); 181 int set_menu_win(MENU *, WINDOW *);
|
| /netbsd-src/games/cribbage/ |
| H A D | cribcur.h | 52 extern WINDOW *Compwin; /* computer's hand window */ 53 extern WINDOW *Msgwin; /* message window */ 54 extern WINDOW *Playwin; /* player's hand window */ 55 extern WINDOW *Tablewin; /* table window */
|
| H A D | extern.c | 69 WINDOW *Compwin; /* computer's hand window */ 70 WINDOW *Msgwin; /* messages for the player */ 71 WINDOW *Playwin; /* player's hand window */ 72 WINDOW *Tablewin; /* table window */
|
| /netbsd-src/usr.bin/aiomixer/ |
| H A D | app.h | 47 WINDOW *widgetpad; 54 WINDOW *widgetpad; 71 WINDOW *header; 72 WINDOW *classbar;
|
| /netbsd-src/lib/libcurses/PSD.doc/ |
| H A D | doc.I | 36 WINDOW *win; 64 WINDOW *win; 74 WINDOW *win; 89 WINDOW *win; 104 WINDOW *scr; 135 WINDOW *win; 144 WINDOW *win; 151 WINDOW *win; 159 WINDOW *win; 168 WINDOW *win; [all …]
|