Home
last modified time | relevance | path

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

/trueos/contrib/ncurses/ncurses/base/
HDlib_set_term.c394 if (set_a_foreground != ABSENT_STRING in _nc_setupscreen()
402 if (set_a_background != ABSENT_STRING in _nc_setupscreen()
474 acs_chars = ABSENT_STRING; in _nc_setupscreen()
475 ena_acs = ABSENT_STRING; in _nc_setupscreen()
476 enter_alt_charset_mode = ABSENT_STRING; in _nc_setupscreen()
477 exit_alt_charset_mode = ABSENT_STRING; in _nc_setupscreen()
484 clr_eol = ABSENT_STRING; in _nc_setupscreen()
485 clr_eos = ABSENT_STRING; in _nc_setupscreen()
486 set_attributes = ABSENT_STRING; in _nc_setupscreen()
498 set_attributes = ABSENT_STRING; in _nc_setupscreen()
[all …]
/trueos/contrib/ncurses/progs/
HDdump_entry.c45 #define DISCARD(string) string = ABSENT_STRING
284 return (cur_type->Strings[idx] != ABSENT_STRING) in dump_predicate()
660 if (termcap_reset != ABSENT_STRING) { in fmt_entry()
661 if (init_3string != ABSENT_STRING in fmt_entry()
665 if (reset_2string != ABSENT_STRING in fmt_entry()
700 && enter_insert_mode == ABSENT_STRING) { in fmt_entry()
707 && exit_insert_mode == ABSENT_STRING) { in fmt_entry()
737 if (capability != ABSENT_STRING in fmt_entry()
892 tterm->Strings[n] = ABSENT_STRING; in kill_string()
913 return ABSENT_STRING; in find_string()
[all …]
HDinfocmp.c193 char *termstr, *usestr = ABSENT_STRING; in use_predicate()
208 if (usestr == ABSENT_STRING && termstr == ABSENT_STRING) in use_predicate()
325 if (val == ABSENT_STRING) in dump_string()
611 if (cap == ABSENT_STRING || cap == CANCELLED_STRING) in analyze_string()
631 if (cp != ABSENT_STRING && cp != CANCELLED_STRING && cp[0] && cp in analyze_string()
1150 if (term->Strings[n] == ABSENT_STRING) in dump_initializers()
HDtput.c298 } else if (s != ABSENT_STRING) { in tput()
/trueos/contrib/ncurses/ncurses/tinfo/
HDalloc_entry.c99 tp->Strings[i] = ABSENT_STRING; in _nc_init_entry()
160 if (tp->Strings[i] != ABSENT_STRING && in _nc_wrap_entry()
179 if (tp->Strings[i] == ABSENT_STRING) { in _nc_wrap_entry()
204 tp->Strings[i] = ABSENT_STRING; in _nc_wrap_entry()
283 to->Strings[i] = ABSENT_STRING; in _nc_merge_entry()
284 else if (mergestring != ABSENT_STRING) in _nc_merge_entry()
HDread_entry.c73 Strings[i] = ABSENT_STRING; in convert_strings()
77 Strings[i] = ABSENT_STRING; in convert_strings()
90 Strings[i] = ABSENT_STRING; in convert_strings()
350 ptr->Strings[i] = ABSENT_STRING; in _nc_read_termtype()
HDparse_entry.c620 #define WANTED(s) ((s) == ABSENT_STRING)
621 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING))
730 carriage_return = ABSENT_STRING; in postprocess_termcap()
856 key_sic = ABSENT_STRING; in postprocess_termcap()
946 box_chars_1 = ABSENT_STRING; in postprocess_terminfo()
HDwrite_entry.c501 if (Strings[i] == ABSENT_STRING) { in compute_offsets()
569 if (tp->Strings[STRCOUNT + i] != ABSENT_STRING) in extended_Strings()
638 if (tp->Strings[i] != ABSENT_STRING) in write_object()
HDlib_setup.c376 tp->Strings[n] = ABSENT_STRING; in grab_entry()
HDalloc_ttype.c140 to->Strings[base + m] = ABSENT_STRING; in realign_data()
/trueos/contrib/ncurses/include/
HDcapdefaults.c63 init_3string = ABSENT_STRING;
70 reset_2string = ABSENT_STRING;
HDtic.h216 #define ABSENT_STRING (char *)0 macro
225 #define VALID_STRING(s) ((s) != CANCELLED_STRING && (s) != ABSENT_STRING)
HDterm_entry.h106 #define WANTED(s) ((s) == ABSENT_STRING)
107 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING))
/trueos/contrib/ncurses/ncurses/tty/
HDlib_mvcur.c1116 cur_term->type.Strings[np->nte_index] = ABSENT_STRING; in main()