Home
last modified time | relevance | path

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

/openbsd/src/lib/libcurses/base/
Dlib_set_term.c410 clear_screen = ABSENT_STRING; in NCURSES_SP_NAME()
411 cursor_address = ABSENT_STRING; in NCURSES_SP_NAME()
412 cursor_down = ABSENT_STRING; in NCURSES_SP_NAME()
413 cursor_up = ABSENT_STRING; in NCURSES_SP_NAME()
414 parm_down_cursor = ABSENT_STRING; in NCURSES_SP_NAME()
415 parm_up_cursor = ABSENT_STRING; in NCURSES_SP_NAME()
416 row_address = ABSENT_STRING; in NCURSES_SP_NAME()
420 clr_eos = ABSENT_STRING; in NCURSES_SP_NAME()
521 if (set_a_foreground != ABSENT_STRING in NCURSES_SP_NAME()
529 if (set_a_background != ABSENT_STRING in NCURSES_SP_NAME()
[all …]
/openbsd/src/lib/libcurses/tinfo/
Dtinfo_driver.c1060 clear_screen = ABSENT_STRING; in drv_setfilter()
1061 cursor_address = ABSENT_STRING; in drv_setfilter()
1062 cursor_down = ABSENT_STRING; in drv_setfilter()
1063 cursor_up = ABSENT_STRING; in drv_setfilter()
1064 parm_down_cursor = ABSENT_STRING; in drv_setfilter()
1065 parm_up_cursor = ABSENT_STRING; in drv_setfilter()
1066 row_address = ABSENT_STRING; in drv_setfilter()
1070 clr_eos = ABSENT_STRING; in drv_setfilter()
1205 acs_chars = ABSENT_STRING; in _nc_cookie_init()
1206 ena_acs = ABSENT_STRING; in _nc_cookie_init()
[all …]
Dalloc_entry.c163 if (tp->Strings[i] != ABSENT_STRING && in _nc_wrap_entry()
182 if (tp->Strings[i] == ABSENT_STRING) { in _nc_wrap_entry()
206 tp->Strings[i] = ABSENT_STRING; in _nc_wrap_entry()
394 to->Strings[i] = ABSENT_STRING; in _nc_merge_entry()
395 else if (mergestring != ABSENT_STRING) in _nc_merge_entry()
Dread_entry.c153 Strings[i] = ABSENT_STRING; in convert_strings()
157 Strings[i] = ABSENT_STRING; in convert_strings()
179 Strings[i] = ABSENT_STRING; in convert_strings()
256 tp->Strings[i] = ABSENT_STRING; in _nc_init_termtype()
570 ptr->Strings[i] = ABSENT_STRING; in _nc_read_termtype()
Dparse_entry.c879 carriage_return = ABSENT_STRING; in postprocess_termcap()
1013 key_sic = ABSENT_STRING; in postprocess_termcap()
1063 } else if (acs_chars == ABSENT_STRING in postprocess_termcap()
1108 box_chars_1 = ABSENT_STRING; in postprocess_terminfo()
Dwrite_entry.c592 if (Strings[i] == ABSENT_STRING) { in compute_offsets()
695 if (tp->Strings[STRCOUNT + i] != ABSENT_STRING) in extended_Strings()
777 if (tp->Strings[i] != ABSENT_STRING) in _nc_write_object()
Dlib_setup.c514 tp->Strings[n] = ABSENT_STRING; in _nc_setup_tinfo()
Dcomp_parse.c684 if (acs_chars == ABSENT_STRING in fixup_acsc()
Dalloc_ttype.c175 to->Strings[base + m] = ABSENT_STRING; in realign_data()
/openbsd/src/lib/libcurses/
Dcapdefaults.c66 init_3string = ABSENT_STRING;
73 reset_2string = ABSENT_STRING;
Dtic.h243 #define ABSENT_STRING (char *)0 macro
252 #define VALID_STRING(s) ((s) != CANCELLED_STRING && (s) != ABSENT_STRING)
Dterm_entry.h150 #define WANTED(s) ((s) == ABSENT_STRING)
151 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING))
/openbsd/src/usr.bin/tic/
Ddump_entry.c47 #define DISCARD(string) string = ABSENT_STRING
319 return (cur_type->Strings[idx] != ABSENT_STRING) in dump_predicate()
1067 && enter_insert_mode == ABSENT_STRING) { in fmt_entry()
1074 && exit_insert_mode == ABSENT_STRING) { in fmt_entry()
1321 tterm->Strings[n] = ABSENT_STRING; in kill_string()
1342 return ABSENT_STRING; in find_string()
1439 enter_alt_charset_mode = ABSENT_STRING; in purged_acs()
1440 exit_alt_charset_mode = ABSENT_STRING; in purged_acs()
1585 set_attributes = ABSENT_STRING; in dump_entry()
1599 set_attributes = ABSENT_STRING; in dump_entry()
[all …]
Dtic.c2464 if ((tc_value = _nc_infotocap(name, ti_value, params)) == ABSENT_STRING) { in check_infotocap()
/openbsd/src/usr.bin/infocmp/
Dinfocmp.c165 bool result = (value == ABSENT_STRING); in no_string()
248 char *termstr, *usestr = ABSENT_STRING; in use_predicate()
263 if (usestr == ABSENT_STRING && termstr == ABSENT_STRING) in use_predicate()
381 if (val == ABSENT_STRING) in dump_string()
575 if (s1 != ABSENT_STRING) { in compare_predicate()
591 if (s1 == ABSENT_STRING) { in compare_predicate()
1391 if (term->Strings[n] == ABSENT_STRING) in dump_initializers()
/openbsd/src/lib/libcurses/tty/
Dlib_mvcur.c1284 cur_term->type.Strings[np->nte_index] = ABSENT_STRING; in main()