OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scanner_cursor
(Results
1 - 2
of
2
) sorted by null
/external/bison/src/
scan-gram.l
48
code_start =
scanner_cursor
= loc->start; \
51
static boundary
scanner_cursor
;
53
#define YY_USER_ACTION location_compute (loc, &
scanner_cursor
, yytext, yyleng);
60
scanner_cursor
.column -= mbsnwidth (yytext, yyleng, 0); \
134
boundary code_start =
scanner_cursor
;
138
boundary token_start PACIFY_CC (=
scanner_cursor
);
300
loc->start = loc->end =
scanner_cursor
;
869
boundary_set (&
scanner_cursor
, current_file, lineno, 1);
884
loc.end =
scanner_cursor
;
scan-gram.c
994
static boundary
scanner_cursor
;
variable
[
all
...]
Completed in 160 milliseconds