| /src/external/gpl2/texinfo/dist/info/ |
| 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, 46 or NULL if the user aborted out of this read. WINDOW is the currently 47 active window, so that we can restore it when we need to. PROMPT, if 49 extern char *info_read_in_echo_area (WINDOW *window, char *prompt); 52 Takes arguments of WINDOW, PROMPT, and COMPLETIONS, a REFERENCE **. */ 53 char *info_read_completing_in_echo_area (WINDOW *window [all...] |
| 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) [all...] |
| 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, [all...] |
| window.h | 1 /* $NetBSD: window.h,v 1.1.1.1 2016/01/14 00:11:29 christos Exp $ */ 3 /* window.h -- Structure and flags used in manipulating Info windows. 4 Id: window.h,v 1.3 2004/04/11 17:56:46 karl Exp 33 /* Smallest number of visible lines in a window. The actual height is 34 always one more than this number because each window has a modeline. */ 38 window. This number includes the modeline of the window. */ 42 subsection of the WINDOW structure. We could define a structure which 44 and WINDOW. But that would lead references in the code such as 45 window->state->node which we would like to avoid. Instead, we #define th [all...] |
| display.h | 46 /* Non-zero if we didn't completely redisplay a window. */ 57 extern void display_update_display (WINDOW *window); 60 function only does one window. */ 61 extern void display_update_one_window (WINDOW *win); 63 /* Move the screen cursor to directly over the current character in WINDOW. */ 64 extern void display_cursor_at_point (WINDOW *window); 73 /* Try to scroll lines in WINDOW. OLD_PAGETOP is the pagetop of WINDOW befor [all...] |
| variables.h | 47 extern VARIABLE_ALIST *read_variable_name (char *prompt, WINDOW *window); 54 extern void set_variable (WINDOW *window, int count, unsigned char key); 55 extern void describe_variable (WINDOW *window, int count, unsigned char key);
|
| footnotes.h | 35 /* Create or delete the footnotes window depending on whether footnotes 36 exist in WINDOW's node or not. Returns FN_FOUND if footnotes were found 38 in WINDOW's node. Returns FN_UNABLE if there were footnotes, but the 39 window to show them couldn't be made. */ 40 extern int info_get_or_remove_footnotes (WINDOW *window); 42 /* Non-zero means attempt to show footnotes when displaying a new window. */
|
| /src/games/cribbage/ |
| cribcur.h | 34 # define PLAY_Y 15 /* size of player's hand window */ 36 # define TABLE_Y 21 /* size of table window */ 38 # define COMP_Y 15 /* size of computer's hand window */ 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 * [all...] |
| 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 */
|
| /src/external/gpl3/gdb.old/dist/gdb/tui/ |
| tui-io.h | 30 /* Print the string in the given curses window. If no window is 31 provided, the command window is used. */ 32 extern void tui_puts (const char *, WINDOW * = nullptr); 35 curses command window. */ 50 extern void tui_set_reverse_mode (WINDOW *w, bool reverse); 52 /* Apply STYLE to the window. */ 53 extern void tui_apply_style (WINDOW *w, ui_file_style style);
|
| /src/external/gpl3/gdb/dist/gdb/tui/ |
| tui-io.h | 30 /* Print the string in the given curses window. If no window is 31 provided, the command window is used. */ 32 extern void tui_puts (const char *, WINDOW * = nullptr); 35 curses command window. */ 50 extern void tui_set_reverse_mode (WINDOW *w, bool reverse); 52 /* Apply STYLE to the window. */ 53 extern void tui_apply_style (WINDOW *w, ui_file_style style);
|
| /src/usr.bin/systat/ |
| 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...] |
| /src/lib/libcurses/ |
| curses.h | 212 * A window is an array of __LINE structures pointed to by the 'lines' pointer. 239 typedef struct __window WINDOW; 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 *) [all...] |
| getyx.c | 44 * Get the y position of the window relative to the parent window 48 getpary(WINDOW *win) 62 * Get the x position of the window relative to the parent window 66 getparx(WINDOW *win) 80 * Get current y position on window. 83 getcury(WINDOW *win) 94 * Get current x position on window. 97 getcurx(WINDOW *win [all...] |
| leaveok.c | 42 * Turn on and off leave cursor after refresh for the given window. 45 leaveok(WINDOW *win, bool bf) 59 * Return true if window is set for leaveok. 62 is_leaveok(const WINDOW *win)
|
| deleteln.c | 62 wdeleteln(WINDOW *win)
|
| insertln.c | 61 * Do an insert-line on the window, leaving (cury, curx) unchanged. 64 winsertln(WINDOW *win)
|
| nodelay.c | 40 * given window. 43 nodelay(WINDOW *win, bool bf)
|
| box.c | 45 * Draw a box around the given window with "vert" as the vertical 49 box(WINDOW *win, chtype vert, chtype hor) 55 box_set(WINDOW *win, const cchar_t *verch, const cchar_t *horch)
|
| overlay.c | 51 overlay(const WINDOW *win1, WINDOW *win2)
|
| overwrite.c | 52 overwrite(const WINDOW *win1, WINDOW *win2)
|
| /src/lib/libpanel/ |
| window.c | 1 /* $NetBSD: window.c,v 1.3 2015/11/02 02:45:25 kamil Exp $ */ 29 __RCSID("$NetBSD: window.c,v 1.3 2015/11/02 02:45:25 kamil Exp $"); 34 WINDOW *
|
| panel.h | 37 PANEL *new_panel(WINDOW *); 40 int replace_panel(PANEL *, WINDOW *); 41 WINDOW *panel_window(PANEL *);
|
| /src/usr.bin/aiomixer/ |
| app.h | 47 WINDOW *widgetpad; 54 WINDOW *widgetpad; 71 WINDOW *header; 72 WINDOW *classbar;
|
| /src/usr.bin/talk/ |
| talk.h | 50 WINDOW *x_win; 62 extern WINDOW *line_win; 82 int readwin(WINDOW *, int, int);
|