Searched refs:YYCURSOR (Results 1 – 12 of 12) sorted by relevance
248 ++YYCURSOR; in scan()258 ++YYCURSOR; in scan()269 ++YYCURSOR; in scan()384 ++YYCURSOR; in scan()460 ++YYCURSOR; in scan()512 ++YYCURSOR; in scan()527 ++YYCURSOR; in scan()537 ++YYCURSOR; in scan()571 ++YYCURSOR; in scan()599 ++YYCURSOR; in scan()[all …]
1204 ++YYCURSOR; in scan()1214 ++YYCURSOR; in scan()1273 ++YYCURSOR; in scan()2984 ++YYCURSOR; in scan()2999 ++YYCURSOR; in scan()3275 ++YYCURSOR; in scan()3825 ++YYCURSOR; in scan()3833 ++YYCURSOR; in scan()3848 ++YYCURSOR; in scan()4044 ++YYCURSOR; in scan()[all …]
51 #define YYCURSOR cursor
87 #define YYCURSOR cursor
346 if (YYCURSOR == SCNG(yy_start) && YYCURSOR + 3 < YYLIMIT) { in ini_lex()348 YYCURSOR += 3; in ini_lex()435 if (YYCURSOR[0] == ':' && YYCURSOR[1] == '-') {436 YYCURSOR++;472 YYCURSOR--;526 switch (*YYCURSOR) {533 sc = YYCURSOR;535 YYCURSOR++;541 YYCURSOR++;544 YYCURSOR++;[all …]
2300 YYCURSOR[4] == ' ' || YYCURSOR[4] == '\t' ||2301 YYCURSOR[4] == '\n' || YYCURSOR[4] == '\r'))2433 if (*YYCURSOR++ == '*' && *YYCURSOR == '/') {2439 YYCURSOR++;2604 YYCURSOR--;2655 while (YYCURSOR < YYLIMIT && (*YYCURSOR == ' ' || *YYCURSOR == '\t')) {2911 YYCURSOR--;2923 while (YYCURSOR < YYLIMIT && (*YYCURSOR == ' ' || *YYCURSOR == '\t')) {2986 if (YYCURSOR < YYLIMIT && *YYCURSOR != '\n' && *YYCURSOR != '\r') {3035 YYCURSOR--;[all …]
15 #define YYCURSOR LEX(cursor) macro36 LEX(text) = YYCURSOR = (unsigned char *) input; in ZEND_EXTERN_MODULE_GLOBALS()62 LEX(text) = YYCURSOR; in phpdbg_lex()202 YYCURSOR = LEX(text);209 YYCURSOR = LEX(text);
30 #define YYCURSOR cursor macro33 #define YYFILL(n) { if (YYLIMIT - 1 <= YYCURSOR) RET(PDO_PARSER_EOI); }
956 *p = YYCURSOR;962 *p = YYCURSOR;968 *p = YYCURSOR;994 *p = YYCURSOR;1000 *p = YYCURSOR;1019 *p = YYCURSOR;1049 YYCURSOR += 2;1050 *p = YYCURSOR;1088 YYCURSOR += 2;1089 *p = YYCURSOR;[all …]
187 #define YYCURSOR p298 #undef YYCURSOR337 #define YYCURSOR xp512 YYCURSOR = ZSTR_VAL(ctx->buf.s);529 start = YYCURSOR;536 start = YYCURSOR;546 start = YYCURSOR;555 start = YYCURSOR;562 start = YYCURSOR;570 start = YYCURSOR;[all …]
35 #define YYCURSOR p
24 #define YYCURSOR s->cursor364 ++YYCURSOR;
Completed in 100 milliseconds