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

/illumos-gate/usr/src/cmd/deroff/
H A Dderoff.c59 #define SKIP while (C != '\n') macro
60 #define SKIP_TO_COM SKIP; SKIP; pc = c; \
497 SKIP;
506 SKIP;
518 SKIP;
523 SKIP;
526 SKIP;
544 SKIP;
547 SKIP;
[all...]
/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c143 #undef SKIP macro
144 #define SKIP (1L<<23) macro
915 flags &= ~(DEFINE|DIRECTIVE|IDID|INDIRECT|MATCH|OTHER|SHARP|SKIP|TOKENS|TYPEDEF);
922 if (paren == 0 && (flags & (MATCH|RECURSIVE|SKIP|SLIDE)) == SLIDE)
982 if (!strncmp(proto->tp, "inline", 6) && !(flags & (MATCH|SKIP|TOKENS|TYPEDEF)) && proto->brace == 0 && paren == 0 && group == 0 && (last == ';' || last == '}' || last == '\n' || last == 0))
984 flags |= SKIP;
1191 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))
1323 if ((flags & (MATCH|OTHER|SKIP)) == MATCH)
1510 flags &= ~(MATCH|SKIP);
1514 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.h542 #define SKIP (1<<2) /* skip this block */ macro
545 #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))
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp_api.t140 SKIP: { label
216 SKIP: { label
294 SKIP: { label
313 SKIP: { label
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass1b.c82 res = SKIP;
H A Dpass4.c178 res = SKIP;
H A Dpass1.c666 return (SKIP | STOP);
690 res = SKIP;
H A Dfsck.h379 #define SKIP 0x02 macro
H A Dinode.c74 * dirscan() or the callback. Five flags are defined, STOP, SKIP,
83 * SKIP - something that made it impossible to continue was
137 * described above (SKIP, ALTERED, etc).
461 return ((idesc->id_type == ACL) ? STOP : SKIP);
467 return (SKIP);
H A Ddir.c121 return (SKIP);
/illumos-gate/usr/src/lib/libshell/common/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
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_console.c335 #define SKIP(p, c) \ macro
422 SKIP(p, ',');
448 SKIP(p, ',');
467 SKIP(p, ',');
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h209 #define SKIP 2 /* skipping */ macro
H A Drestore.c744 curfile.action = SKIP;
775 curfile.action = SKIP;
H A Dtape.c456 if (command == 'R' || command == 'r' || curfile.action != SKIP) {
1029 curfile.action = SKIP;
1575 case SKIP:
H A Dsymtab.c779 curfile.action = SKIP;
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dfsck.h233 #define SKIP 0x02 macro
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dtrap_table.s269 #define SKIP(n) .skip 4*(n) define
325 SKIP(31-19-TT_TRACE_L_INS) ;\
363 SKIP(31-25-TT_TRACE_L_INS) ;\
397 SKIP(31-20-TT_TRACE_L_INS) ;\
429 SKIP(31-19-TT_TRACE_L_INS) ;\
467 SKIP(31-25-TT_TRACE_L_INS) ;\
501 SKIP(31-20-TT_TRACE_L_INS) ;\
531 SKIP(31-18-TT_TRACE_L_INS) ;\
568 SKIP(31-25-TT_TRACE_L_INS) ;\
600 SKIP(3
[all...]
/illumos-gate/usr/src/lib/libast/common/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
1071 else if ((fts->nostat || SKIP(fts, f)) && (f->fts_info = FTS_NSOK) || info(fts, f, s, &f->statb, fts->flags))
1312 else if (f->fts_info == FTS_NSOK && !SKIP(fts, f))
/illumos-gate/usr/src/cmd/luxadm/
H A Dcommon.h153 #define SKIP 111 macro
H A Dhotplug.c450 *action = SKIP;
947 if (action == SKIP) {
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dtrap_table.s262 #define SKIP(n) .skip 4*(n) define
318 SKIP(31-19-TT_TRACE_L_INS) ;\
356 SKIP(31-25-TT_TRACE_L_INS) ;\
393 SKIP(31-19-TT_TRACE_L_INS) ;\
431 SKIP(31-25-TT_TRACE_L_INS) ;\
461 SKIP(31-18-TT_TRACE_L_INS) ;\
511 SKIP(31-25-TT_TRACE_L_INS) ;\
545 SKIP(31-18-TT_TRACE_L_INS) ;\
582 SKIP(31-25-TT_TRACE_L_INS) ;\
668 SKIP(3
[all...]

Completed in 134 milliseconds