Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dalloc_entry.c181 } else if (tp->Strings[i] == CANCELLED_STRING) { in _nc_wrap_entry()
208 tp->Strings[i] = CANCELLED_STRING; in _nc_wrap_entry()
396 if (to->Strings[i] != CANCELLED_STRING) { in _nc_merge_entry()
399 if (mergestring == CANCELLED_STRING) in _nc_merge_entry()
H A Dlib_ti.c150 char *result = CANCELLED_STRING; in NCURSES_SP_NAME()
H A Dalloc_ttype.c392 if (to->Strings[j + j_str] == CANCELLED_STRING) { in adjust_cancels()
413 to->Strings[k] = CANCELLED_STRING; in adjust_cancels()
H A Dcomp_parse.c317 result = ((p->Strings[STRCOUNT + which] != CANCELLED_STRING)
H A Dwrite_entry.c610 } else if (Strings[i] == CANCELLED_STRING) { in compute_offsets()
H A Dparse_entry.c566 entryp->tterm.Strings[entry_ptr->nte_index] = CANCELLED_STRING; in _nc_parse_entry()
H A Dread_entry.c153 Strings[i] = CANCELLED_STRING; in convert_strings()
H A Dlib_setup.c690 if (tp->Strings[n] == CANCELLED_STRING) in _nc_setup_tinfo()
/freebsd/contrib/ncurses/include/
H A Dtic.h247 #define CANCELLED_STRING (char *)(-1) macro
251 #define VALID_STRING(s) ((s) != CANCELLED_STRING && (s) != ABSENT_STRING)
H A Dterm_entry.h150 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING))
/freebsd/contrib/ncurses/progs/
H A Dinfocmp.c284 if (usestr == CANCELLED_STRING && termstr == ABSENT_STRING) in use_predicate()
286 else if (usestr == CANCELLED_STRING && termstr == CANCELLED_STRING) in use_predicate()
412 else if (val == CANCELLED_STRING) in dump_string()
1508 else if (term->Strings[n] == CANCELLED_STRING) in dump_initializers()
H A Dtput.c216 } else if ((s = tigetstr(name)) == CANCELLED_STRING) { in tput_cmd()
H A Dtic.c3299 set_attributes != CANCELLED_STRING) { in check_termtype()
/freebsd/contrib/ncurses/ncurses/trace/
H A Dvisbuf.c118 if (buf == CANCELLED_STRING) in _nc_visbuf2n()
/freebsd/contrib/ncurses/
H A DNEWS15147 CANCELLED_STRING values.