Home
last modified time | relevance | path

Searched refs:gPos (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/edify/
Dlexer.l26 int gPos = 0; variable
32 #define ADVANCE do {yylloc.start=gPos; yylloc.end=gPos+yyleng; \
33 gColumn+=yyleng; gPos+=yyleng;} while(0)
47 yylloc.start = gPos;
49 ++gPos;
55 ++gPos;
59 yylloc.end = gPos;
63 \\n { gColumn += yyleng; gPos += yyleng; *string_pos++ = '\n'; }
64 \\t { gColumn += yyleng; gPos += yyleng; *string_pos++ = '\t'; }
65 \\\" { gColumn += yyleng; gPos += yyleng; *string_pos++ = '\"'; }
[all …]