Searched defs:scanner_cursor (Results 1 - 1 of 1) sorted by relevance

/external/bison/src/
H A Dscan-gram.c991 code_start = scanner_cursor = loc->start; \
994 static boundary scanner_cursor; variable
996 #define YY_USER_ACTION location_compute (loc, &scanner_cursor, gram_text, gram_leng);
1003 scanner_cursor.column -= mbsnwidth (gram_text, gram_leng, 0); \
1322 boundary code_start = scanner_cursor;
1326 boundary token_start PACIFY_CC (= scanner_cursor);
1841 loc->start = loc->end = scanner_cursor;
3669 boundary_set (&scanner_cursor, current_file, lineno, 1);
3684 loc.end = scanner_cursor;

Completed in 86 milliseconds