Searched refs:SKIP (Results 1 - 11 of 11) sorted by relevance

/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 Dppcontrol.c345 *pp.control |= SKIP;
350 *pp.control |= SKIP;
355 *pp.control &= ~SKIP;
361 *pp.control &= ~SKIP;
364 else *pp.control |= SKIP;
382 *pp.control &= ~SKIP;
388 *pp.control |= HADELSE|SKIP;
413 if (*pp.control & SKIP)
441 *pp.control |= ((sym != 0) == (directive == IFDEF)) ? KEPT : SKIP;
444 if (*pp.control & SKIP)
[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))
H A Dpplex.c74 if ((st & (ADD|HIDDEN)) && !(*pp.control & SKIP)) \
263 debug((-9, "TERM %s > %s%s%s |%-*.*s|%s|", pplexstr(INDEX(rp)), pplexstr(state), (st & NEWLINE) ? "|NEWLINE" : "", (st & SKIPCONTROL) ? "|SKIP" : "", op - tp, op - tp, tp, pptokchr(c)));
387 if (pp.comment && !(st & (COLLECTING|DIRECTIVE|JOINING)) && !(*pp.control & SKIP) && (pp.in->type & IN_TOP))
/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/cmd/ksh93/tests/
H A Dsubshell.sh368 unset SKIP
382 if [[ ! ${SKIP[S][C][I][A][T]} ]]
401 SKIP[S][C][I][A][T]=1
408 then SKIP[S][C][I][A][T]=1
/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/INIT/
H A Diffe.sh1419 SKIP) ifelse=TEST
1436 SKIP|TEST)
1498 DONE|SKIP) set ''; shift; continue ;;
1528 DONE|SKIP) set ''; shift; continue ;;
2227 DONE|SKIP) continue ;;
4561 TEST:*) ifelse=SKIP ;;
H A Dpackage.sh4780 test -d $PACKAGESRC && $admin_ditto $admin_ditto_update --remote=$rsh --expr="if(level>1&&path!='LICENSES/*')status=SKIP;path=='LICENSES*|*.(pkg|lic|def)'" $PACKAGESRC $user$syncname:$root/lib/package
4783 '') expr="--expr=if(name=='$admin_ditto_skip')status=SKIP" ;;
4784 *) expr="--expr=if(name=='$admin_ditto_skip'||level==1&&name=='$MAKESKIP')status=SKIP" ;;
4817 test -d $PACKAGESRC && echo $admin_ditto $admin_ditto_update --remote=$rsh --expr="if(level>1)status=SKIP;name=='*.(pkg|lic|def)'" $PACKAGESRC $user$syncname:$root/lib/package
4820 '') expr="--expr=if(name=='$admin_ditto_skip')status=SKIP" ;;
4821 *) expr="--expr=if(name=='$admin_ditto_skip'||level==1&&name=='$MAKESKIP')status=SKIP" ;;

Completed in 44 milliseconds