/src/lib/libcurses/ |
underscore.c | 1 /* $NetBSD: underscore.c,v 1.14 2024/12/23 02:58:04 blymn Exp $ */ 34 __RCSID("$NetBSD: underscore.c,v 1.14 2024/12/23 02:58:04 blymn Exp $"); 43 * underscore -- 44 * Enter underscore mode on stdscr. 47 underscore(void) function in typeref:typename:int 56 * Exit underscore mode on stdscr. 69 * Enter underscore mode. 77 /* If can underscore, set the screen underscore bit. */ 89 * Exit underscore mode [all...] |
Makefile | 31 toucholap.c touchwin.c tstp.c tty.c unctrl.c underscore.c version.c 179 curses_underscore.3 underend.3 curses_underscore.3 underscore.3 \
|
curses.h | 475 #define underscore() wunderscore(stdscr) macro 581 int underscore(void);
|
/src/tests/lib/libcurses/tests/ |
Makefile | 176 FILES+= underscore
|
/src/usr.bin/rpcgen/ |
rpc_cout.c | 190 char *underscore = strchr(_t_kludge, '_'); local in function:print_ifopen 191 *underscore = 0;
|
/src/tests/lib/libcurses/ |
t_curses.sh | 2167 # curses underscore attribute manipulation routines 2170 atf_test_case underscore 2173 atf_set "descr" "Manipulate underscore attribute on stdscr" 2177 h_run underscore 2183 atf_set "descr" "Manipulate underscore attribute on window" 2458 # curses underscore attribute manipulation routines 2459 atf_add_test_case underscore
|
/src/usr.bin/make/unit-tests/ |
varmod-subst-regex.mk | 43 # 'W' modifier would be preserved, only a single underscore would have been
|
/src/sys/arch/sun3/sun3/ |
locore.s | 624 | referenced by any C code, and if the leading underscore
|
/src/sys/arch/sun3/sun3x/ |
locore.s | 597 | referenced by any C code, and if the leading underscore
|
/src/tests/lib/libcurses/slave/ |
curses_commands.c | 692 report_int(underscore());
|
/src/sys/external/isc/libsodium/dist/m4/ |
libtool.m4 | 4003 # Try without a prefix underscore, then with it. 5487 # underscore (_), so it is better to generate a list of symbols to export. 6557 # underscore (_), so it is better to generate a list of symbols to
|
/src/share/terminfo/ |
terminfo | 14754 # to specifically turn off underscore, rather than return to all normal 16312 # underlined space, an underscore, and an underlined underscore. 22902 # 0 = block cursor (0 = underscore cursor) 22932 h19-us|h19us|h19-smul|Heathkit w/keypad shifted/underscore cursor, 22961 h19-u|Heathkit with underscore cursor, 23026 # indicated by the name. kc -> key click, nkc -> no key click, uc -> underscore 23051 z29a-kc-uc|h29a-kc-uc|Zenith z29 ANSI mode with keyclick and underscore cursor, 23059 z29a-nkc-uc|h29a-nkc-uc|Zenith z29 ANSI mode with underscore cursor and no keyclick, [all...] |