| /webstack/webserver/src/server/libsed/ |
| regexp.h | 82 #define STAR 01
|
| regexp.c | 215 *lastep |= STAR; 493 goto star; 507 goto star; 525 goto star; 546 goto star; 560 case CBACK | STAR: 577 case CDOT | STAR: 580 goto star; 582 case CCHR | STAR: 586 goto star; [all...] |
| /webstack/mod_sed/ |
| regexp.c | 190 *lastep |= STAR; 468 goto star; 482 goto star; 500 goto star; 521 goto star; 535 case CBACK | STAR: 552 case CDOT | STAR: 555 goto star; 557 case CCHR | STAR: 561 goto star; [all...] |
| regexp.h | 49 #define STAR 01
|
| /webstack/webstack/branches/CoolStack12Rtm/src/perl-5.8.8/ |
| regnodes.h | 45 #define STAR 38 /* 0x26 Match this (simple) thing 0 or more times. */ 112 STAR, /* STAR */ 180 0, /* STAR */ 245 0, /* STAR */ 311 "STAR", /* 0x26 */
|
| regcomp.h | 329 BRANCH, BACK, STAR, PLUS, CURLY, CURLYX, REF, REFF, REFFL,
|
| /webstack/webstack/trunk/src/perl-5.8.8/ |
| regnodes.h | 45 #define STAR 38 /* 0x26 Match this (simple) thing 0 or more times. */ 112 STAR, /* STAR */ 180 0, /* STAR */ 245 0, /* STAR */ 311 "STAR", /* 0x26 */
|
| regcomp.h | 329 BRANCH, BACK, STAR, PLUS, CURLY, CURLYX, REF, REFF, REFFL,
|
| /webstack/webstack/branches/CoolStack12Rtm/src/gettext-0.16/gettext-tools/libgrep/ |
| dfa.h | 100 STAR, /* STAR is an operator of one argument that
|
| /webstack/webstack/trunk/src/gettext-0.16/gettext-tools/libgrep/ |
| dfa.h | 100 STAR, /* STAR is an operator of one argument that
|
| /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/regex/ |
| regexp.c | 120 #define STAR 10 /* node Match this (simple) thing 0 or more 143 * STAR complex '*', are implemented as circular BRANCH structures 145 * implemented with STAR for speed and to minimize recursive 207 #define SIMPLE 02 /* Simple enough to be STAR operand. */ 519 reginsert(STAR, ret); 1038 case STAR:{ 1051 minimum = (OP(scan) == STAR) ? 0 : 1; 1263 case STAR: 1264 p = "STAR"; [all...] |
| /webstack/webstack/trunk/src/mysql-5.0.33.32bit/regex/ |
| regexp.c | 120 #define STAR 10 /* node Match this (simple) thing 0 or more 143 * STAR complex '*', are implemented as circular BRANCH structures 145 * implemented with STAR for speed and to minimize recursive 207 #define SIMPLE 02 /* Simple enough to be STAR operand. */ 519 reginsert(STAR, ret); 1038 case STAR:{ 1051 minimum = (OP(scan) == STAR) ? 0 : 1; 1263 case STAR: 1264 p = "STAR"; [all...] |
| /webstack/webstack/trunk/src/mysql-5.0.33.64bit/regex/ |
| regexp.c | 120 #define STAR 10 /* node Match this (simple) thing 0 or more 143 * STAR complex '*', are implemented as circular BRANCH structures 145 * implemented with STAR for speed and to minimize recursive 207 #define SIMPLE 02 /* Simple enough to be STAR operand. */ 519 reginsert(STAR, ret); 1038 case STAR:{ 1051 minimum = (OP(scan) == STAR) ? 0 : 1; 1263 case STAR: 1264 p = "STAR"; [all...] |
| /webstack/webstack/trunk/src/mysql-5.0.45/regex/ |
| regexp.c | 120 #define STAR 10 /* node Match this (simple) thing 0 or more 143 * STAR complex '*', are implemented as circular BRANCH structures 145 * implemented with STAR for speed and to minimize recursive 207 #define SIMPLE 02 /* Simple enough to be STAR operand. */ 519 reginsert(STAR, ret); 1038 case STAR:{ 1051 minimum = (OP(scan) == STAR) ? 0 : 1; 1263 case STAR: 1264 p = "STAR"; [all...] |
| /webstack/webstack/branches/CoolStack12Rtm/src/php-5.2.4/win32/ |
| glob.c | 101 #define STAR '*' 480 case STAR:
|
| /webstack/webstack/trunk/src/php-5.2.0/win32/ |
| glob.c | 103 #define STAR '*' 476 case STAR:
|
| /webstack/webstack/trunk/src/php-5.2.4/win32/ |
| glob.c | 101 #define STAR '*' 480 case STAR:
|
| /webstack/php-experiment/php-5.2.9RC3/win32/ |
| glob.c | 101 #define STAR '*' 480 case STAR:
|
| /webstack/webstack/branches/CoolStack12Rtm/src/php-5.2.4/ext/pdo_sqlite/sqlite/src/ |
| parse.y | 206 %left STAR SLASH REM. 419 selcollist(A) ::= sclp(P) STAR. { 422 selcollist(A) ::= sclp(P) nm(X) DOT STAR. { 666 expr(A) ::= ID(X) LP STAR RP(E). { 686 expr(A) ::= expr(X) STAR|SLASH|REM(OP) expr(Y). {A = sqlite3Expr(@OP, X, Y, 0);} [all...] |
| /webstack/webstack/branches/CoolStack12Rtm/src/php-5.2.4/ext/sqlite/libsqlite/src/ |
| parse.y | 142 %left STAR SLASH REM. 330 selcollist(A) ::= sclp(P) STAR. { 333 selcollist(A) ::= sclp(P) nm(X) DOT STAR. { 562 expr(A) ::= ID(X) LP STAR RP(E). { 598 expr(A) ::= expr(X) STAR expr(Y). {A = sqliteExpr(TK_STAR, X, Y, 0);}
|
| /webstack/webstack/trunk/src/php-5.2.0/ext/pdo_sqlite/sqlite/src/ |
| parse.y | 206 %left STAR SLASH REM. 419 selcollist(A) ::= sclp(P) STAR. { 422 selcollist(A) ::= sclp(P) nm(X) DOT STAR. { 671 expr(A) ::= ID(X) LP STAR RP(E). { 688 expr(A) ::= expr(X) STAR|SLASH|REM(OP) expr(Y). {A = sqlite3Expr(@OP, X, Y, 0);} [all...] |
| /webstack/webstack/trunk/src/php-5.2.0/ext/sqlite/libsqlite/src/ |
| parse.y | 142 %left STAR SLASH REM. 330 selcollist(A) ::= sclp(P) STAR. { 333 selcollist(A) ::= sclp(P) nm(X) DOT STAR. { 562 expr(A) ::= ID(X) LP STAR RP(E). { 598 expr(A) ::= expr(X) STAR expr(Y). {A = sqliteExpr(TK_STAR, X, Y, 0);}
|
| /webstack/webstack/trunk/src/php-5.2.4/ext/pdo_sqlite/sqlite/src/ |
| parse.y | 206 %left STAR SLASH REM. 419 selcollist(A) ::= sclp(P) STAR. { 422 selcollist(A) ::= sclp(P) nm(X) DOT STAR. { 666 expr(A) ::= ID(X) LP STAR RP(E). { 686 expr(A) ::= expr(X) STAR|SLASH|REM(OP) expr(Y). {A = sqlite3Expr(@OP, X, Y, 0);} [all...] |
| /webstack/webstack/trunk/src/php-5.2.4/ext/sqlite/libsqlite/src/ |
| parse.y | 142 %left STAR SLASH REM. 330 selcollist(A) ::= sclp(P) STAR. { 333 selcollist(A) ::= sclp(P) nm(X) DOT STAR. { 562 expr(A) ::= ID(X) LP STAR RP(E). { 598 expr(A) ::= expr(X) STAR expr(Y). {A = sqliteExpr(TK_STAR, X, Y, 0);}
|
| /webstack/php-experiment/php-5.2.9RC3/ext/pdo_sqlite/sqlite/src/ |
| parse.y | 206 %left STAR SLASH REM. 419 selcollist(A) ::= sclp(P) STAR. { 422 selcollist(A) ::= sclp(P) nm(X) DOT STAR. { 666 expr(A) ::= ID(X) LP STAR RP(E). { 686 expr(A) ::= expr(X) STAR|SLASH|REM(OP) expr(Y). {A = sqlite3Expr(@OP, X, Y, 0);} [all...] |