HomeSort by: relevance | last modified time | path
    Searched refs:VALID_STRING (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/infocmp/
infocmp.c 178 if (VALID_STRING(ents[i].str))
207 if (VALID_STRING(ents[i].str)) {
258 if (VALID_STRING(t->strs[i]) ||
286 !VALID_STRING(ud->str))
336 if (VALID_STRING(ent->str)) {
405 if (VALID_STRING(e1->str) &&
406 VALID_STRING(e2->str) &&
414 if (VALID_STRING(e1->str) &&
415 VALID_STRING(e2->str) &&
570 if (VALID_STRING(term->strs[i]) &
    [all...]
  /src/lib/libterminfo/
term_private.h 106 #define VALID_STRING(s) ((s) != CANCELLED_STRING && (s) != ABSENT_STRING)
compile.c 692 if (!VALID_STRING(buf.buf)) {

Completed in 14 milliseconds