/titanic_51/usr/src/cmd/deroff/ |
H A D | deroff.c | 59 #define SKIP while (C != '\n') macro 60 #define SKIP_TO_COM SKIP; SKIP; pc = c; \ 497 SKIP; in comline() 506 SKIP; in comline() 518 SKIP; in comline() 523 SKIP; in comline() 526 SKIP; in comline() 544 SKIP; in comline() 547 SKIP; in comline() [all...] |
/titanic_51/usr/src/lib/libpp/common/ |
H A D | ppproto.c | 143 #undef SKIP 144 #define SKIP (1L<<23) macro 915 flags &= ~(DEFINE|DIRECTIVE|IDID|INDIRECT|MATCH|OTHER|SHARP|SKIP|TOKENS|TYPEDEF); in lex() 922 if (paren == 0 && (flags & (MATCH|RECURSIVE|SKIP|SLIDE)) == SLIDE) in lex() 982 …if (!strncmp(proto->tp, "inline", 6) && !(flags & (MATCH|SKIP|TOKENS|TYPEDEF)) && proto->brace == … in lex() 984 flags |= SKIP; in lex() 1191 …== 0 && last != '=' && (flags & (CLASSIC|DECLARE|DIRECTIVE|MATCH|PLUSONLY|SKIP|TOKENS)) == (MATCH|… in lex() 1323 if ((flags & (MATCH|OTHER|SKIP)) == MATCH) in lex() 1510 flags &= ~(MATCH|SKIP); in lex() 1514 else if ((flags & (MATCH|PLUSONLY|SKIP|TOKENS)) == (MATCH|TOKENS)) in lex() [all …]
|
H A D | ppcontrol.c | 345 *pp.control |= SKIP; in ppcontrol() 350 *pp.control |= SKIP; in ppcontrol() 355 *pp.control &= ~SKIP; in ppcontrol() 361 *pp.control &= ~SKIP; in ppcontrol() 364 else *pp.control |= SKIP; in ppcontrol() 382 *pp.control &= ~SKIP; in ppcontrol() 388 *pp.control |= HADELSE|SKIP; in ppcontrol() 413 if (*pp.control & SKIP) in ppcontrol() 441 *pp.control |= ((sym != 0) == (directive == IFDEF)) ? KEPT : SKIP; in ppcontrol() 444 if (*pp.control & SKIP) in ppcontrol() [all …]
|
/titanic_51/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppproto.c | 151 #undef SKIP 152 #define SKIP (1L<<23) macro 947 flags &= ~(DEFINE|DIRECTIVE|IDID|INDIRECT|MATCH|OTHER|SHARP|SKIP|TOKENS|TYPEDEF); in lex() 954 if (paren == 0 && (flags & (MATCH|RECURSIVE|SKIP|SLIDE)) == SLIDE) in lex() 1014 if (!strncmp(proto->tp, "inline", 6) && !(flags & (MATCH|SKIP|TOKENS|TYPEDEF)) && proto->brace == 0 && paren == 0 && group == 0 && (last == ';' || last == '}' || last == '\n' || last == 0)) in lex() 1016 flags |= SKIP; in lex() 1223 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)) in lex() 1355 if ((flags & (MATCH|OTHER|SKIP)) == MATCH) in lex() 1542 flags &= ~(MATCH|SKIP); in lex() 1546 else if ((flags & (MATCH|PLUSONLY|SKIP|TOKEN in lex() [all...] |
H A D | ppcontrol.c | 345 *pp.control |= SKIP; in ppcontrol() 350 *pp.control |= SKIP; in ppcontrol() 355 *pp.control &= ~SKIP; in ppcontrol() 361 *pp.control &= ~SKIP; in ppcontrol() 364 else *pp.control |= SKIP; in ppcontrol() 382 *pp.control &= ~SKIP; in ppcontrol() 388 *pp.control |= HADELSE|SKIP; in ppcontrol() 413 if (*pp.control & SKIP) in ppcontrol() 441 *pp.control |= ((sym != 0) == (directive == IFDEF)) ? KEPT : SKIP; in ppcontrol() 444 if (*pp.control & SKIP) in ppcontrol() [all...] |
/titanic_51/exception_lists/ |
H A D | check_rtime | 44 SKIP ^usr/lib/libc/ # optimized libc 45 SKIP ^usr/lib/rcm/ # 4426119 46 SKIP ^usr/perl5/ # alan's taking care of these :-) 47 SKIP ^usr/src/ # no objects in source code 50 SKIP ^boot/grub/bin/grub$ 52 SKIP ^usr/lib/fps/sun4u/UltraSPARC.*/fptest$ 53 SKIP ^usr/MACH(lib)/lddstub$ # lddstub has no dependencies 54 SKIP ^usr/MACH(lib)/libssagent\.so\.1$ # 4328854 55 SKIP ^usr/lib/MACH(iconv)/geniconvtbl.so$ # 4384329 58 SKIP [all...] |
/titanic_51/usr/src/lib/iconv_modules/ko/common/ |
H A D | c2p.c | 40 #define SKIP 0xa1 + 0xff - 0xfe macro 96 disp -= SKIP ; 168 disp -= SKIP ;
|
H A D | pack_to_comp.c | 42 #define SKIP 0xa1 + 0xff - 0xfe macro 126 comp2 += SKIP ;
|
H A D | hangulcode.h | 41 #define SKIP 0xA2 macro
|
H A D | johap_to_wansung.c | 62 return(code + (((short)(mask + disp) > 0xFE) ? SKIP : 0)); in _johap_to_wansung()
|
H A D | wansung_to_utf.c | 106 disp -= SKIP; in _wansung_to_utf8()
|
H A D | johap92_to_euc.c | 173 code += SKIP; in _johap92_to_wansung()
|
H A D | euc_to_johap92.c | 175 disp -= SKIP; in _wansung_to_johap92()
|
/titanic_51/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/ |
H A D | Lgrp_api.t | 140 SKIP: { label 216 SKIP: { label 294 SKIP: { label 313 SKIP: { label
|
/titanic_51/usr/src/lib/libshell/common/tests/ |
H A D | subshell.sh | 368 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
|
/titanic_51/usr/src/uts/i86pc/boot/ |
H A D | boot_console.c | 400 #define SKIP(p, c) \ macro 487 SKIP(p, ','); in serial_adjust_prop() 513 SKIP(p, ','); in serial_adjust_prop() 532 SKIP(p, ','); in serial_adjust_prop()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | subshell.sh | 368 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
|
H A D | shtests | 78 state=SKIP 128 state=SKIP 144 SKIP) case $data in
|
/titanic_51/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | pass1b.c | 82 res = SKIP; in pass1bcheck()
|
H A D | pass4.c | 178 res = SKIP; in pass4check()
|
H A D | pass1.c | 666 return (SKIP | STOP); in pass1check() 690 res = SKIP; in pass1check()
|
/titanic_51/usr/src/uts/sun4u/ml/ |
H A D | trap_table.s | 269 #define SKIP(n) .skip 4*(n) macro 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...] |
/titanic_51/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | fsck.h | 233 #define SKIP 0x02 macro
|
/titanic_51/usr/src/uts/sun4v/ml/ |
H A D | trap_table.s | 262 #define SKIP(n) .skip 4*(n) macro 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...] |
/titanic_51/usr/src/lib/libast/common/misc/ |
H A D | fts.c | 118 #define SKIP(p,f) ((f)->fts_parent->must == 0 && (((f)->type == DT_UNKNOWN) ? SKIPLINK(p,f) : ((f)-… 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, f… in fts_read() 1312 else if (f->fts_info == FTS_NSOK && !SKIP(fts, f)) in fts_read()
|