Lines Matching refs:YYCURSOR
45 #define YYFILL(n) { if (YYCURSOR > YYLIMIT) return 0; }
46 #define YYCURSOR SCNG(yy_cursor) macro
60 #define yyless(x) do { YYCURSOR = (const unsigned char*)yytext + x; \
189 YYCURSOR = (const YYCTYPE*)str; in yy_scan_buffer()
190 SCNG(yy_start) = YYCURSOR; in yy_scan_buffer()
191 YYLIMIT = YYCURSOR + len; in yy_scan_buffer()
333 SCNG(yy_text) = YYCURSOR; in ini_lex()
337 if (YYCURSOR >= YYLIMIT) { in ini_lex()
346 if (YYCURSOR == SCNG(yy_start) && YYCURSOR + 3 < YYLIMIT) { in ini_lex()
347 if (memcmp(YYCURSOR, "\xef\xbb\xbf", 3) == 0) { in ini_lex()
348 YYCURSOR += 3; in ini_lex()
435 if (YYCURSOR[0] == ':' && YYCURSOR[1] == '-') {
436 YYCURSOR++;
440 while (YYCURSOR < YYLIMIT) {
441 switch (*YYCURSOR++) {
463 if (YYCURSOR[0] == '-') {
472 YYCURSOR--;
473 yyleng = YYCURSOR - SCNG(yy_text);
525 while (YYCURSOR < YYLIMIT) {
526 switch (*YYCURSOR) {
533 sc = YYCURSOR;
535 YYCURSOR++;
541 YYCURSOR++;
544 YYCURSOR++;
552 yyleng = YYCURSOR - SCNG(yy_text);
621 if (YYCURSOR > YYLIMIT) {
653 YYCURSOR = s;
654 yyleng = YYCURSOR - SCNG(yy_text);