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

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

Completed in 228 milliseconds