Searched refs:exit_alt_charset_mode (Results 1 – 14 of 14) sorted by relevance
/openbsd/lib/libcurses/tinfo/ |
H A D | trim_sgr0.c | 259 || !rewrite_sgr(off, exit_alt_charset_mode) in _nc_trim_sgr0() 260 || !rewrite_sgr(end, exit_alt_charset_mode)) { in _nc_trim_sgr0() 269 if (PRESENT(exit_alt_charset_mode)) { in _nc_trim_sgr0() 270 TR(TRACE_DATABASE, ("scan for rmacs %s", _nc_visbuf(exit_alt_charset_mode))); in _nc_trim_sgr0() 272 k = strlen(exit_alt_charset_mode); in _nc_trim_sgr0() 275 unsigned k2 = compare_part(exit_alt_charset_mode, in _nc_trim_sgr0()
|
H A D | comp_parse.c | 686 && PRESENT(exit_alt_charset_mode)) in fixup_acsc() 722 ANDMISSING(exit_alt_charset_mode, acs_chars); in sanity_check2() 726 PAIRED(enter_alt_charset_mode, exit_alt_charset_mode); in sanity_check2()
|
H A D | lib_acs.c | 190 PCH_KLUDGE(exit_pc_charset_mode, exit_alt_charset_mode)) { in NCURSES_SP_NAME()
|
H A D | tinfo_driver.c | 1096 PCH_KLUDGE(exit_pc_charset_mode, exit_alt_charset_mode)) { in drv_initacs() 1208 exit_alt_charset_mode = ABSENT_STRING; in _nc_cookie_init() 1244 exit_alt_charset_mode = NULL; in _nc_cookie_init()
|
H A D | parse_entry.c | 1065 && PRESENT(exit_alt_charset_mode)) { in postprocess_termcap()
|
/openbsd/lib/libcurses/widechar/ |
H A D | lib_vid_attr.c | 167 if ((previous_attr & A_ALTCHARSET) && exit_alt_charset_mode) { in NCURSES_EXPORT() 168 doPut(exit_alt_charset_mode); in NCURSES_EXPORT() 226 TurnOff(A_ALTCHARSET, exit_alt_charset_mode); in NCURSES_EXPORT()
|
/openbsd/lib/libcurses/tty/ |
H A D | lib_vidattr.c | 235 if ((PreviousAttr & A_ALTCHARSET) && exit_alt_charset_mode) { in NCURSES_EXPORT() 236 doPut(exit_alt_charset_mode); in NCURSES_EXPORT() 292 TurnOff(A_ALTCHARSET, exit_alt_charset_mode); in NCURSES_EXPORT()
|
H A D | tty_update.c | 2183 if (exit_alt_charset_mode) in NCURSES_SP_NAME() 2184 NCURSES_PUTP2("exit_alt_charset_mode", exit_alt_charset_mode); in NCURSES_SP_NAME()
|
/openbsd/lib/libcurses/base/ |
H A D | lib_set_term.c | 598 exit_alt_charset_mode = ABSENT_STRING; in NCURSES_SP_NAME() 634 exit_alt_charset_mode = NULL; in NCURSES_SP_NAME()
|
/openbsd/usr.bin/tic/ |
H A D | tic.c | 1136 ANDMISSING(ena_acs, exit_alt_charset_mode); in check_acs() 1137 PAIRED(exit_alt_charset_mode, exit_alt_charset_mode); in check_acs() 1149 if (VALID_STRING(exit_alt_charset_mode)) { in check_acs() 1150 vt100_rmacs = (!strcmp("\033(B", exit_alt_charset_mode) in check_acs() 1152 : (!strcmp("\017", exit_alt_charset_mode) in check_acs()
|
H A D | dump_entry.c | 1440 exit_alt_charset_mode = ABSENT_STRING; in purged_acs()
|
/openbsd/lib/libcurses/ |
H A D | term.h | 269 #define exit_alt_charset_mode CUR Strings[38] macro
|
H A D | Caps-ncurses | 259 capalias GE ae XENIX exit_alt_charset_mode
|
H A D | Caps | 369 exit_alt_charset_mode rmacs str ae - - YB-G- end alternate character set (P)
|