Home
last modified time | relevance | path

Searched refs:reset_2string (Results 1 – 7 of 7) sorted by relevance

/openbsd/lib/libcurses/
H A Dcapdefaults.c69 && VALID_STRING(reset_2string)
72 termcap_reset = reset_2string;
73 reset_2string = ABSENT_STRING;
H A Dterm.h354 #define reset_2string CUR Strings[123] macro
H A DCaps454 reset_2string rs2 str r2 - - -B--- reset string
/openbsd/usr.bin/tic/
H A Dreset_cmd.c512 need_flush |= sent_string((use_reset && (reset_2string != 0)) in send_init_strings()
513 ? reset_2string in send_init_strings()
H A Ddump_entry.c1031 if (VALID_STRING(reset_2string) in fmt_entry()
1032 && !strcmp(reset_2string, termcap_reset)) in fmt_entry()
1033 DISCARD(reset_2string); in fmt_entry()
/openbsd/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/usr.bin/infocmp/
H A Dinfocmp.c1888 analyze_string("rs2", reset_2string, &entries[0].tterm); in main()