Home
last modified time | relevance | path

Searched refs:termcap_reset (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/lib/libcurses/
H A Dcapdefaults.c68 if (!VALID_STRING(termcap_reset)
72 termcap_reset = reset_2string;
H A Dterm.h641 #define termcap_reset CUR Strings[395] macro
H A DCaps810 termcap_reset OTrs str rs - - YB-G- terminal reset string
/openbsd-src/lib/libcurses/tinfo/
H A Dparse_entry.c795 if (WANTED(reset_2string) && PRESENT(termcap_reset)) in postprocess_termcap()
796 reset_2string = _nc_save_str(termcap_reset); in postprocess_termcap()
/openbsd-src/usr.bin/tic/
H A Ddump_entry.c1026 if (VALID_STRING(termcap_reset)) { in fmt_entry()
1028 && !strcmp(init_3string, termcap_reset)) in fmt_entry()
1032 && !strcmp(reset_2string, termcap_reset)) in fmt_entry()