| /mirbsd/src/gnu/usr.bin/perl/lib/ |
| D | English.t | 28 ok( !$MATCH, '$MATCH undefined' ); 142 main::is( $MATCH, 'b', '$MATCH defined' ); 148 main::is( $s, "xtyz", '$MATCH defined in right side of s///' ); 158 main::ok( !$MATCH, '$MATCH disabled' );
|
| D | English.pm | 135 *MATCH
|
| D | Test.pm | 602 MATCH => sub { &$diff_flush() },
|
| /mirbsd/src/lib/libcitrus_iconv/libc/citrus/modules/ |
| D | citrus_utf1632.c | 329 #define MATCH(x, act) \ in parse_variable() macro 344 MATCH(big, ei->preffered_endian = _ENDIAN_BIG); in parse_variable() 348 MATCH(little, ei->preffered_endian = _ENDIAN_LITTLE); in parse_variable() 352 MATCH(force, ei->mode |= _MODE_FORCE_ENDIAN); in parse_variable() 356 MATCH(utf32, ei->mode |= _MODE_UTF32); in parse_variable()
|
| D | citrus_gbk2k.c | 430 #define MATCH(x, act) \ in _citrus_GBK2K_encoding_module_init() macro 442 MATCH("2byte", ei->ei_mode |= _MODE_2BYTE); in _citrus_GBK2K_encoding_module_init()
|
| /mirbsd/src/lib/libc/net/ |
| D | res_init.c | 279 #define MATCH(line, name) \ in _res_init() macro 301 if (MATCH(buf, "domain")) { in _res_init() 316 if (MATCH(buf, "lookup")) { in _res_init() 343 if (MATCH(buf, "search")) { in _res_init() 379 if (MATCH(buf, "nameserver") && nserv < MAXNS) { in _res_init() 439 if (MATCH(buf, "sortlist")) { in _res_init() 536 if (MATCH(buf, "options")) { in _res_init()
|
| D | getaddrinfo.c | 267 #define MATCH(x, y, w) \ macro 390 if (!MATCH(pai->ai_socktype, ex->e_socktype, WILD_SOCKTYPE(ex))) in getaddrinfo() 392 if (!MATCH(pai->ai_protocol, ex->e_protocol, WILD_PROTOCOL(ex))) in getaddrinfo() 440 if (!MATCH(pai->ai_socktype, ex->e_socktype, in getaddrinfo() 444 if (!MATCH(pai->ai_protocol, ex->e_protocol, in getaddrinfo()
|
| /mirbsd/src/gnu/usr.sbin/sendmail/cf/cf/ |
| D | knecht.mc | 100 Kcheckaddress regex -a@MATCH 145 Kadvsubj regex -b -a@MATCH �?�� 158 KCheckFrom regex -a@MATCH 163 R@MATCH $#error $: "553 Header error" 170 R@MATCH $#error $: "553 Header error"
|
| /mirbsd/src/usr.bin/sed/ |
| D | process.c | 266 #define MATCH(a) \ macro 284 if (MATCH(cp->a2)) { in applies() 289 } else if (MATCH(cp->a1)) { in applies() 305 r = MATCH(cp->a1); in applies()
|
| /mirbsd/src/sys/arch/sparc/sparc/ |
| D | cpu.c | 1177 #define MATCH(x) (mp->x == x || mp->x == ANY) macro 1178 if (!MATCH(cpu_impl) || 1179 !MATCH(cpu_vers) || 1180 !MATCH(mmu_impl) || 1181 !MATCH(mmu_vers)) 1183 #undef MATCH
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Filter/ |
| D | Simple.pm | 45 quotelike => [ $ws, \&extract_variable, $id, { MATCH => \&extract_quotelike } ], 60 all => [ { MATCH => qr/(?s:.*)/ } ],
|
| /mirbsd/src/gnu/usr.bin/perl/x2p/ |
| D | a2p.y | 34 %token GETLINE DO SUB GSUB MATCH 258 | MATCH '(' expr ',' REGEX ')' 260 | MATCH '(' expr ',' expr ')'
|
| D | a2p.c | 75 #define MATCH 285 macro
|
| D | a2py.c | 649 XTERM(MATCH); in yylex()
|
| /mirbsd/src/kern/z/ |
| D | inflate.h | 54 MATCH, /* o: waiting for output space to copy string */ enumerator
|
| D | inflate.c | 1133 state->mode = MATCH; 1134 case MATCH: 1522 (state->mode == MATCH ? state->was - state->length : 0));
|
| /mirbsd/src/bin/systrace/ |
| D | parse.y | 69 %token AND OR NOT LBRACE RBRACE LSQBRACE RSQBRACE THEN MATCH PERMIT DENY ASK 333 symbol : STRING typeoff MATCH CMDSTRING
|
| D | lex.l | 83 match { return MATCH; }
|
| /mirbsd/src/bin/expr/ |
| D | expr.c | 37 OR, AND, EQ, LT, GT, ADD, SUB, MUL, DIV, MOD, MATCH, RP, LP, enumerator 272 while (token == MATCH) { in eval5()
|
| /mirbsd/src/usr.bin/awk/ |
| D | maketab.c | 76 { MATCH, "matchop", " ~ " },
|
| D | awkgram.y | 53 %token <i> MATCH NOTMATCH MATCHOP 283 { $$ = op3(MATCH, NIL, rectonode(), (Node*)makedfa($1, 0)); }
|
| D | lex.c | 253 yylval.i = MATCH; in yylex()
|
| D | run.c | 612 } else if ((n == MATCH && i == 1) || (n == NOTMATCH && i == 0)) in matchop()
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-i386.c | 2134 #define MATCH(overlap, given, template) \ in match_template() macro 2201 if (!MATCH (overlap0, i.types[0], t->operand_types[0])) in match_template() 2207 if (!MATCH (overlap0, i.types[0], t->operand_types[0]) in match_template() 2208 || !MATCH (overlap1, i.types[1], t->operand_types[1]) in match_template() 2221 if (!MATCH (overlap0, i.types[0], t->operand_types[1]) in match_template() 2222 || !MATCH (overlap1, i.types[1], t->operand_types[0]) in match_template() 2243 if (!MATCH (overlap2, i.types[2], t->operand_types[2]) in match_template()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/DB_File/t/ |
| D | db-btree.t | 1263 PARTIAL MATCH
|