Home
last modified time | relevance | path

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

/openbsd/src/lib/libcurses/tinfo/
Dalloc_entry.c164 tp->Strings[i] != CANCELLED_STRING) { in _nc_wrap_entry()
184 } else if (tp->Strings[i] == CANCELLED_STRING) { in _nc_wrap_entry()
208 tp->Strings[i] = CANCELLED_STRING; in _nc_wrap_entry()
390 if (to->Strings[i] != CANCELLED_STRING) { in _nc_merge_entry()
393 if (mergestring == CANCELLED_STRING) in _nc_merge_entry()
Dlib_ti.c150 char *result = CANCELLED_STRING; in NCURSES_SP_NAME()
Dalloc_ttype.c389 if (to->Strings[j + j_str] == CANCELLED_STRING) { in adjust_cancels()
410 to->Strings[k] = CANCELLED_STRING; in adjust_cancels()
Dlib_setup.c513 if (tp->Strings[n] == CANCELLED_STRING) in _nc_setup_tinfo()
Dcomp_parse.c317 result = ((p->Strings[STRCOUNT + which] != CANCELLED_STRING)
Dwrite_entry.c594 } else if (Strings[i] == CANCELLED_STRING) { in compute_offsets()
Dread_entry.c155 Strings[i] = CANCELLED_STRING; in convert_strings()
Dparse_entry.c562 entryp->tterm.Strings[entry_ptr->nte_index] = CANCELLED_STRING; in _nc_parse_entry()
/openbsd/src/lib/libcurses/
Dtic.h248 #define CANCELLED_STRING (char *)(-1) macro
252 #define VALID_STRING(s) ((s) != CANCELLED_STRING && (s) != ABSENT_STRING)
Dterm_entry.h151 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING))
/openbsd/src/lib/libcurses/trace/
Dvisbuf.c120 if (buf == CANCELLED_STRING) in _nc_visbuf2n()
/openbsd/src/usr.bin/tput/
Dtput.c212 } else if ((s = tigetstr(name)) == CANCELLED_STRING) { in tput_cmd()
/openbsd/src/usr.bin/infocmp/
Dinfocmp.c383 else if (val == CANCELLED_STRING) in dump_string()
1393 else if (term->Strings[n] == CANCELLED_STRING) in dump_initializers()
/openbsd/src/usr.bin/tic/
Dtic.c3297 set_attributes != CANCELLED_STRING) { in check_termtype()