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

  /src/usr.bin/infocmp/
infocmp.c 162 if (ents[i].flag == CANCELLED_BOOLEAN)
198 ents[i].flag == CANCELLED_BOOLEAN)
241 (aflag && t->flags[i] == CANCELLED_BOOLEAN))
320 else if (ent->flag == CANCELLED_BOOLEAN)
526 terms[j]->flags[i] == CANCELLED_BOOLEAN)
539 term->flags[i] = CANCELLED_BOOLEAN;
636 tud->flag = CANCELLED_BOOLEAN;
  /src/lib/libterminfo/
term_private.h 101 #define CANCELLED_BOOLEAN ((signed char)-2) /* 254 */
compile.c 755 flag = CANCELLED_BOOLEAN;
759 if (ind == -1 && flag == CANCELLED_BOOLEAN) {

Completed in 16 milliseconds