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

/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/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/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/cmd/backup/restore/
H A Drestore.h209 #define SKIP 2 /* skipping */ macro
/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/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 Dpplib.h542 #define SKIP (1<<2) /* skip this block */ macro
545 #define SETIFBLOCK(p) (*(p)=(*((p)-1)&SKIP)|((long)error_info.line<<BLOCKBITS))
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dfsck.h233 #define SKIP 0x02 macro
/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...]
/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/cmd/fs.d/ufs/fsck/
H A Dfsck.h379 #define SKIP 0x02 macro
/illumos-gate/usr/src/cmd/luxadm/
H A Dcommon.h153 #define SKIP 111 macro

Completed in 119 milliseconds