Lines Matching refs:YYLIMIT
45 #define YYFILL(n) { if (YYCURSOR > YYLIMIT) return 0; }
47 #define YYLIMIT SCNG(yy_limit) macro
215 YYLIMIT = YYCURSOR + len; in yy_scan_buffer()
361 if (YYCURSOR >= YYLIMIT) { in ini_lex()
370 if (YYCURSOR == SCNG(yy_start) && YYCURSOR + 3 < YYLIMIT) { in ini_lex()
498 while (YYCURSOR < YYLIMIT) {
590 if (YYCURSOR > YYLIMIT) {
596 while (s < YYLIMIT) {
601 if (s < YYLIMIT && *s == '{') {
606 if (s < YYLIMIT) {
609 if (escaped == '"' && (s >= YYLIMIT || *s == '\n' || *s == '\r')) {