Searched defs:SKIP (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkFont.c37 * SKIP: Don't display anything for this character. This
50 #define SKIP 5 macro
429 fontPtr->types[i] = SKIP;
576 } else if (type != SKIP) {
752 } else if (type != SKIP) {
/ast/src/lib/libast/misc/
H A Dfts.c118 #define SKIP(p,f) ((f)->fts_parent->must == 0 && (((f)->type == DT_UNKNOWN) ? SKIPLINK(p,f) : ((f)->type != DT_DIR && ((f)->type != DT_LNK || ((p)->flags & FTS_PHYSICAL))))) macro
126 #define SKIP(p,f) ((f)->fts_parent->must == 0 && SKIPLINK(p,f)) macro
1088 else if ((fts->nostat || SKIP(fts, f)) && (f->fts_info = FTS_NSOK) || info(fts, f, s, &f->statb, fts->flags))
1329 else if (f->fts_info == FTS_NSOK && !SKIP(fts, f))
/ast/src/cmd/html/
H A Dhtmlrefs.c140 #define SKIP "00-INDEX-00" macro
1006 state->skip.size = strlen(state->skip.data = SKIP);
/ast/src/cmd/builtin/
H A Dpty.c697 #define SKIP 0x08 macro
757 if (cond->flags & SKIP)
790 if ((cond->prev->flags & SKIP) && !(cond->text = 0) || !(cond->text = masterline(mp, lp, 0, 0, timeout, master)))
791 cond->flags |= KEPT|SKIP;
795 cond->flags |= SKIP;
812 cond->flags |= SKIP;
816 cond->flags &= ~SKIP;
820 cond->flags |= SKIP;
833 if (cond->flags & SKIP)
842 if (cond->flags & SKIP)
[all...]
/ast/src/lib/libpp/
H A Dppproto.c151 #undef SKIP macro
152 #define SKIP (1L<<23) macro
945 flags &= ~(DEFINE|DIRECTIVE|IDID|INDIRECT|MATCH|OTHER|SHARP|SKIP|TOKENS|TYPEDEF);
952 if (paren == 0 && (flags & (MATCH|RECURSIVE|SKIP|SLIDE)) == SLIDE)
1012 if (!strncmp(proto->tp, "inline", 6) && !(flags & (MATCH|SKIP|TOKENS|TYPEDEF)) && proto->brace == 0 && paren == 0 && group == 0 && (last == ';' || last == '}' || last == '\n' || last == 0))
1014 flags |= SKIP;
1221 if (proto->brace == 0 && paren == 0 && last != '=' && (flags & (CLASSIC|DECLARE|DIRECTIVE|MATCH|PLUSONLY|SKIP|TOKENS)) == (MATCH|TOKENS) && ((dir & DIR) != DIR_en || ((dir>>2) & DIR) != DIR_if))
1353 if ((flags & (MATCH|OTHER|SKIP)) == MATCH)
1540 flags &= ~(MATCH|SKIP);
1544 else if ((flags & (MATCH|PLUSONLY|SKIP|TOKEN
[all...]
H A Dpplib.h544 #define SKIP (1<<2) /* skip this block */ macro
547 #define SETIFBLOCK(p) (*(p)=(*((p)-1)&SKIP)|((long)error_info.line<<BLOCKBITS))

Completed in 22 milliseconds