| /src/bin/csh/ |
| exp.c | 55 #define IGNORE 1 /* in ignore, it means to ignore value, just parse */ 56 #define NOGLOB 2 /* in ignore, it means not to globone */ 98 exp0(Char ***vp, int ignore) 102 p1 = exp1(vp, ignore); 110 p2 = exp0(vp, (ignore & IGNORE) || p1); 120 exp1(Char ***vp, int ignore) 124 p1 = csh_exp2(vp, ignore); [all...] |
| /src/sbin/fsck_lfs/ |
| fsck.h | 87 DONTKNOW, NOFIX, FIX, IGNORE
|
| /src/usr.sbin/timed/timed/ |
| globals.h | 97 #define IGNORE 4 98 #define ALL (SLAVE|MASTER|IGNORE)
|
| /src/sbin/fsck_ext2fs/ |
| fsck.h | 116 enum fixstate {DONTKNOW, NOFIX, FIX, IGNORE};
|
| /src/sbin/fsck_ffs/ |
| fsck.h | 181 enum fixstate {DONTKNOW, NOFIX, FIX, IGNORE};
|
| /src/external/mpl/bind/dist/lib/dns/ |
| rbt-zonedb.c | 75 #define IGNORE(header) \ 136 !IGNORE(header)) 348 !IGNORE(header) && EXISTS(header)) 513 !IGNORE(header) && EXISTS(header) && 572 !IGNORE(header) && EXISTS(header) && 840 !IGNORE(header)) 1118 * we want to ignore any referral. 1163 if (header->serial <= search.serial && !IGNORE(header)) 1534 if (header->serial <= serial && !IGNORE(header)) {
|
| rbtdb.c | 75 #define IGNORE(header) \ 806 * We set the IGNORE attribute on rdatasets with serial number 925 * with the same serial number, or that have the IGNORE 935 IGNORE(dcurrent)) 948 * We've now eliminated all IGNORE datasets with the possible 951 if (IGNORE(current)) { 1672 !IGNORE(header)) 1964 if (rollback && !IGNORE(header)) { 2425 if (header->serial <= serial && !IGNORE(header)) 2460 !IGNORE(header) [all...] |
| qpcache.c | 72 #define IGNORE(header) \ 2968 * IGNORE rdatasets between the top of the chain and the first real 2972 while (header != NULL && IGNORE(header)) { 3207 * but they're all marked IGNORE. We simply insert 3766 } else if (!IGNORE(header)) { 3846 } else if (!IGNORE(header)) {
|
| qpzone.c | 72 #define IGNORE(header) \ 713 * with the same serial number, or that have the IGNORE 723 IGNORE(dcurrent)) 736 * We've now eliminated all IGNORE datasets with the possible 739 if (IGNORE(current)) { 977 !IGNORE(header)) 1230 * We set the IGNORE attribute on rdatasets with serial number 1447 if (rollback && !IGNORE(header)) { 1524 if (header->serial <= serial && !IGNORE(header)) { 1657 if (header->serial <= serial && !IGNORE(header) [all...] |
| /src/external/mpl/dhcp/dist/includes/ |
| dhctoken.h | 187 IGNORE = 384,
|
| /src/external/mpl/dhcp/dist/keama/ |
| dhctoken.h | 191 IGNORE = 384,
|
| /src/external/gpl3/binutils/dist/include/opcode/ |
| h8300.h | 107 IGNORE = 0x200000, 403 #define FROM_ABS16 4, B30 | IGNORE 404 #define FROM_ABS32 4, B31 | IGNORE 427 #define TO_ABS16 4, B30 | IGNORE 428 #define TO_ABS32 4, B31 | IGNORE 433 #define TFROM_ABS16 6, 11, B30 | B20 | B10 | IGNORE, 12, ABS16LIST 434 #define TFROM_ABS32 6, 11, B30 | B20 | B11 | IGNORE, 12, ABS32LIST 452 #define TFROM_ABS16_B 6, 10, B30 | B20 | B10 | IGNORE, 12, ABS16LIST 453 #define TFROM_ABS32_B 6, 10, B30 | B20 | B11 | IGNORE, 12, ABS32LIST 525 {CODE, AV_H8SX, 0, NAME, {{SRC, ABS16DST, E}}, {{PREFIX, 4, B30 | IGNORE, IMM8LIST, DSTABS16LIST, E}}}, [all...] |
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| h8300.h | 107 IGNORE = 0x200000, 403 #define FROM_ABS16 4, B30 | IGNORE 404 #define FROM_ABS32 4, B31 | IGNORE 427 #define TO_ABS16 4, B30 | IGNORE 428 #define TO_ABS32 4, B31 | IGNORE 433 #define TFROM_ABS16 6, 11, B30 | B20 | B10 | IGNORE, 12, ABS16LIST 434 #define TFROM_ABS32 6, 11, B30 | B20 | B11 | IGNORE, 12, ABS32LIST 452 #define TFROM_ABS16_B 6, 10, B30 | B20 | B10 | IGNORE, 12, ABS16LIST 453 #define TFROM_ABS32_B 6, 10, B30 | B20 | B11 | IGNORE, 12, ABS32LIST 525 {CODE, AV_H8SX, 0, NAME, {{SRC, ABS16DST, E}}, {{PREFIX, 4, B30 | IGNORE, IMM8LIST, DSTABS16LIST, E}}}, [all...] |
| /src/external/gpl3/gdb/dist/include/opcode/ |
| h8300.h | 107 IGNORE = 0x200000, 403 #define FROM_ABS16 4, B30 | IGNORE 404 #define FROM_ABS32 4, B31 | IGNORE 427 #define TO_ABS16 4, B30 | IGNORE 428 #define TO_ABS32 4, B31 | IGNORE 433 #define TFROM_ABS16 6, 11, B30 | B20 | B10 | IGNORE, 12, ABS16LIST 434 #define TFROM_ABS32 6, 11, B30 | B20 | B11 | IGNORE, 12, ABS32LIST 452 #define TFROM_ABS16_B 6, 10, B30 | B20 | B10 | IGNORE, 12, ABS16LIST 453 #define TFROM_ABS32_B 6, 10, B30 | B20 | B11 | IGNORE, 12, ABS32LIST 525 {CODE, AV_H8SX, 0, NAME, {{SRC, ABS16DST, E}}, {{PREFIX, 4, B30 | IGNORE, IMM8LIST, DSTABS16LIST, E}}}, [all...] |
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| h8300.h | 107 IGNORE = 0x200000, 403 #define FROM_ABS16 4, B30 | IGNORE 404 #define FROM_ABS32 4, B31 | IGNORE 427 #define TO_ABS16 4, B30 | IGNORE 428 #define TO_ABS32 4, B31 | IGNORE 433 #define TFROM_ABS16 6, 11, B30 | B20 | B10 | IGNORE, 12, ABS16LIST 434 #define TFROM_ABS32 6, 11, B30 | B20 | B11 | IGNORE, 12, ABS32LIST 452 #define TFROM_ABS16_B 6, 10, B30 | B20 | B10 | IGNORE, 12, ABS16LIST 453 #define TFROM_ABS32_B 6, 10, B30 | B20 | B11 | IGNORE, 12, ABS32LIST 525 {CODE, AV_H8SX, 0, NAME, {{SRC, ABS16DST, E}}, {{PREFIX, 4, B30 | IGNORE, IMM8LIST, DSTABS16LIST, E}}}, [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| rbtdb.c | 291 #undef IGNORE /* WIN32 winbase.h defines this. */ 299 #define IGNORE(header) \ 1581 * We set the IGNORE attribute on rdatasets with serial number 1727 * with the same serial number, or that have the IGNORE 1737 IGNORE(dcurrent)) 1750 * We've now eliminated all IGNORE datasets with the possible 1753 if (IGNORE(current)) { 2455 !IGNORE(header)) 2747 if (rollback && !IGNORE(header)) { 3032 !IGNORE(header) [all...] |