Home
last modified time | relevance | path

Searched refs:ABSENT_STRING (Results 1 – 15 of 15) sorted by relevance

/NextBSD/contrib/ncurses/ncurses/base/
HDlib_set_term.c454 if (set_a_foreground != ABSENT_STRING in NCURSES_SP_NAME()
462 if (set_a_background != ABSENT_STRING in NCURSES_SP_NAME()
528 acs_chars = ABSENT_STRING; in NCURSES_SP_NAME()
529 ena_acs = ABSENT_STRING; in NCURSES_SP_NAME()
530 enter_alt_charset_mode = ABSENT_STRING; in NCURSES_SP_NAME()
531 exit_alt_charset_mode = ABSENT_STRING; in NCURSES_SP_NAME()
538 clr_eol = ABSENT_STRING; in NCURSES_SP_NAME()
539 clr_eos = ABSENT_STRING; in NCURSES_SP_NAME()
540 set_attributes = ABSENT_STRING; in NCURSES_SP_NAME()
552 set_attributes = ABSENT_STRING; in NCURSES_SP_NAME()
[all …]
/NextBSD/contrib/ncurses/progs/
HDdump_entry.c45 #define DISCARD(string) string = ABSENT_STRING
302 return (cur_type->Strings[idx] != ABSENT_STRING) in dump_predicate()
708 if (termcap_reset != ABSENT_STRING) { in fmt_entry()
709 if (init_3string != ABSENT_STRING in fmt_entry()
713 if (reset_2string != ABSENT_STRING in fmt_entry()
748 && enter_insert_mode == ABSENT_STRING) { in fmt_entry()
755 && exit_insert_mode == ABSENT_STRING) { in fmt_entry()
785 if (capability != ABSENT_STRING in fmt_entry()
847 if (capability != ABSENT_STRING && in fmt_entry()
979 tterm->Strings[n] = ABSENT_STRING; in kill_string()
[all …]
HDinfocmp.c219 char *termstr, *usestr = ABSENT_STRING; in use_predicate()
234 if (usestr == ABSENT_STRING && termstr == ABSENT_STRING) in use_predicate()
351 if (val == ABSENT_STRING) in dump_string()
545 if (s1 != ABSENT_STRING) { in compare_predicate()
561 if (s1 == ABSENT_STRING) { in compare_predicate()
1345 if (term->Strings[n] == ABSENT_STRING) in dump_initializers()
HDtput.c303 } else if (s != ABSENT_STRING) { in tput()
/NextBSD/contrib/ncurses/ncurses/tinfo/
HDalloc_entry.c137 if (tp->Strings[i] != ABSENT_STRING && in _nc_wrap_entry()
156 if (tp->Strings[i] == ABSENT_STRING) { in _nc_wrap_entry()
180 tp->Strings[i] = ABSENT_STRING; in _nc_wrap_entry()
261 to->Strings[i] = ABSENT_STRING; in _nc_merge_entry()
262 else if (mergestring != ABSENT_STRING) in _nc_merge_entry()
HDtinfo_driver.c1107 acs_chars = ABSENT_STRING; in _nc_cookie_init()
1108 ena_acs = ABSENT_STRING; in _nc_cookie_init()
1109 enter_alt_charset_mode = ABSENT_STRING; in _nc_cookie_init()
1110 exit_alt_charset_mode = ABSENT_STRING; in _nc_cookie_init()
1117 clr_eol = ABSENT_STRING; in _nc_cookie_init()
1118 clr_eos = ABSENT_STRING; in _nc_cookie_init()
1119 set_attributes = ABSENT_STRING; in _nc_cookie_init()
1131 set_attributes = ABSENT_STRING; in _nc_cookie_init()
1132 enter_blink_mode = ABSENT_STRING; in _nc_cookie_init()
1133 enter_bold_mode = ABSENT_STRING; in _nc_cookie_init()
[all …]
HDread_entry.c72 Strings[i] = ABSENT_STRING; in convert_strings()
76 Strings[i] = ABSENT_STRING; in convert_strings()
89 Strings[i] = ABSENT_STRING; in convert_strings()
146 tp->Strings[i] = ABSENT_STRING; in _nc_init_termtype()
387 ptr->Strings[i] = ABSENT_STRING; in _nc_read_termtype()
HDparse_entry.c627 #define WANTED(s) ((s) == ABSENT_STRING)
628 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING))
742 carriage_return = ABSENT_STRING; in postprocess_termcap()
869 key_sic = ABSENT_STRING; in postprocess_termcap()
959 box_chars_1 = ABSENT_STRING; in postprocess_terminfo()
HDwrite_entry.c531 if (Strings[i] == ABSENT_STRING) { in compute_offsets()
599 if (tp->Strings[STRCOUNT + i] != ABSENT_STRING) in extended_Strings()
668 if (tp->Strings[i] != ABSENT_STRING) in write_object()
HDlib_setup.c483 tp->Strings[n] = ABSENT_STRING; in _nc_setup_tinfo()
HDalloc_ttype.c143 to->Strings[base + m] = ABSENT_STRING; in realign_data()
/NextBSD/contrib/ncurses/include/
HDcapdefaults.c63 init_3string = ABSENT_STRING;
70 reset_2string = ABSENT_STRING;
HDtic.h236 #define ABSENT_STRING (char *)0 macro
245 #define VALID_STRING(s) ((s) != CANCELLED_STRING && (s) != ABSENT_STRING)
HDterm_entry.h130 #define WANTED(s) ((s) == ABSENT_STRING)
131 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING))
/NextBSD/contrib/ncurses/ncurses/tty/
HDlib_mvcur.c1275 cur_term->type.Strings[np->nte_index] = ABSENT_STRING; in main()