/src/lib/libcurses/ |
deleteln.c | 47 * Delete a line from stdscr. It leaves (cury, curx) unchanged. 52 return winsdelln(stdscr, -1);
|
insertln.c | 48 * Do an insert-line on stdscr, leaving (cury, curx) unchanged. 54 return winsdelln(stdscr, 1);
|
standout.c | 48 * Enter standout mode on stdscr. 54 return wstandout(stdscr); 59 * Exit standout mode on stdscr. 65 return wstandend(stdscr);
|
underscore.c | 44 * Enter underscore mode on stdscr. 50 return wunderscore(stdscr); 56 * Exit underscore mode on stdscr. 62 return wunderend(stdscr);
|
clear.c | 48 * Clear stdscr 53 return wclear(_cursesi_screen->stdscr);
|
timeout.c | 44 * Set the getch() delay for stdscr. 50 wtimeout(stdscr, delay);
|
inch.c | 44 * Return character at cursor position from stdscr. 50 return winch(stdscr); 55 * Return character at position (y, x) from stdscr. 61 return mvwinch(stdscr, y, x);
|
initscr.c | 80 return stdscr;
|
addnstr.c | 50 * Add a string to stdscr starting at (_cury, _curx). 57 return waddnstr(stdscr, s, -1); 74 * Add a string (at most n characters) to stdscr starting 82 return waddnstr(stdscr, str, n); 87 * Add a string to stdscr starting at (y, x) 95 return mvwaddnstr(stdscr, y, x, str, -1); 113 * Add a string of at most n characters to stdscr 122 return mvwaddnstr(stdscr, y, x, str, count);
|
addwstr.c | 49 * Add a string to stdscr starting at (_cury, _curx). 54 return waddnwstr(stdscr, s, -1); 69 * Add a string (at most n characters) to stdscr starting 75 return waddnwstr(stdscr, str, n); 80 * Add a string to stdscr starting at (y, x) 85 return mvwaddnwstr(stdscr, y, x, str, -1); 100 * Add a string of at most n characters to stdscr 106 return mvwaddnwstr(stdscr, y, x, str, count);
|
inchstr.c | 50 * Return an array of characters at cursor position from stdscr. 58 return winchstr(stdscr, chstr); 65 return winchnstr(stdscr, chstr, n); 70 * Return an array of characters at position (y, x) from stdscr. 78 return mvwinchstr(stdscr, y, x, chstr); 85 return mvwinchnstr(stdscr, y, x, chstr, n);
|
instr.c | 50 * Return a string of characters at cursor position from stdscr. 57 return winstr(stdscr, str); 63 return winnstr(stdscr, str, n); 68 * Return a string of characters at position (y, x) from stdscr. 76 return mvwinstr(stdscr, y, x, str); 82 return mvwinnstr(stdscr, y, x, str, n);
|
inwstr.c | 47 * Return a string of wide characters at cursor position from stdscr. 54 return winwstr(stdscr, wstr); 60 return winnwstr(stdscr, wstr, n); 65 * Return a string of wide characters at position (y, x) from stdscr. 72 return mvwinwstr(stdscr, y, x, wstr); 78 return mvwinnwstr(stdscr, y, x, wstr, n);
|
curses.h | 408 extern WINDOW *stdscr; /* Standard screen. */ 432 #define addbytes(s, n) __waddbytes(stdscr, s, n, 0) 433 #define addch(ch) waddch(stdscr, ch) 434 #define addchnstr(s, n) waddchnstr(stdscr, s, n) 435 #define addchstr(s) waddchnstr(stdscr, s, -1) 436 #define addnstr(s, n) waddnstr(stdscr, s, n) 437 #define addstr(s) waddnstr(stdscr, s, -1) 438 #define attr_get(a, p, o) wattr_get(stdscr, a, p, o) 439 #define attr_off(a, o) wattr_off(stdscr, a, o) 440 #define attr_on(a, o) wattr_on(stdscr, a, o [all...] |
scroll.c | 59 * Scroll stdscr n lines - up if n is positive, down if n is negative. 65 return wscrl(stdscr, nlines); 70 * Set the top and bottom of the scrolling region for stdscr. 76 return wsetscrreg(stdscr, top, bottom); 81 * Get the top and bottom of the scrolling region for stdscr. 87 return wgetscrreg(stdscr, top, bottom);
|
echo_wchar.c | 47 * Echo wide character and attributes on stdscr and refresh stdscr. 52 return wecho_wchar(stdscr, wch);
|
echochar.c | 43 * Echo character and attributes on stdscr and refresh stdscr. 49 return wechochar(stdscr, ch);
|
/src/games/hangman/ |
endgame.c | 65 leaveok(stdscr, FALSE); 75 leaveok(stdscr, TRUE);
|
getguess.c | 55 leaveok(stdscr, FALSE); 75 leaveok(stdscr, TRUE);
|
/src/lib/libpanel/ |
new.c | 61 if (__predict_false(w == stdscr)) 65 * Ensure there's phantom panel for stdscr at (below) the 66 * bottom. We explicitly re-assign stdscr in case it changed. 71 _stdscr_panel.win = stdscr;
|
/src/lib/libcurses/EXAMPLES/ |
ex1.c | 129 delwin(stdscr); /* Create our own stdscr */ 130 stdscr = newwin(YSIZE, XSIZE, 1, 1); 131 flushok(stdscr, TRUE); /* Enable flushing of stdout */ 132 scrollok(stdscr, TRUE); /* Enable scrolling */ 145 keypad( stdscr, TRUE ); 148 keypad( stdscr, FALSE ); 239 box_set( stdscr, &cc, &cc ); 308 notimeout( stdscr, TRUE ); 311 notimeout( stdscr, FALSE ) [all...] |
/src/games/robots/ |
query.c | 54 getyx(stdscr, y, x);
|
move.c | 118 leaveok(stdscr, TRUE); 168 leaveok(stdscr, TRUE); 179 leaveok(stdscr, TRUE); 192 leaveok(stdscr, FALSE); 211 leaveok(stdscr, FALSE); 263 leaveok(stdscr, FALSE); 314 leaveok(stdscr, FALSE);
|
/src/games/dab/ |
ttyscrn.cc | 173 mvwprintw(stdscr, _sy + s + TTYSCRN::offsscore, _sx, "S %c:%5zd", p.getWho(), 179 mvwprintw(stdscr, _sy + s + TTYSCRN::offstotal, _sx, "T %c:%5zd", p.getWho(), 185 mvwprintw(stdscr, _sy + s + TTYSCRN::offsgames, _sx, "G %c:%5zd", p.getWho(), 191 mvwprintw(stdscr, _sy + TTYSCRN::offsties, _sx, "G =:%5zd", p.getTies()); 200 tx = getmaxx(stdscr); 201 ty = getmaxy(stdscr);
|
/src/usr.sbin/sysinst/arch/evbsh3/ |
md.c | 152 wmove(stdscr, 0, 0); 153 wclear(stdscr); 154 wrefresh(stdscr);
|