Searched refs:ABSENT_STRING (Results 1 – 15 of 15) sorted by relevance
454 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 …]
45 #define DISCARD(string) string = ABSENT_STRING302 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 …]
219 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()
303 } else if (s != ABSENT_STRING) { in tput()
137 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()
1107 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 …]
72 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()
627 #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()
531 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()
483 tp->Strings[n] = ABSENT_STRING; in _nc_setup_tinfo()
143 to->Strings[base + m] = ABSENT_STRING; in realign_data()
63 init_3string = ABSENT_STRING;70 reset_2string = ABSENT_STRING;
236 #define ABSENT_STRING (char *)0 macro245 #define VALID_STRING(s) ((s) != CANCELLED_STRING && (s) != ABSENT_STRING)
130 #define WANTED(s) ((s) == ABSENT_STRING)131 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING))
1275 cur_term->type.Strings[np->nte_index] = ABSENT_STRING; in main()