Home
last modified time | relevance | path

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

/bootable/recovery/edify/
Dlexer.l30 char* string_pos; variable
46 string_pos = string_buffer;
57 *string_pos = '\0';
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++ = '\"'; }
66 \\\\ { gColumn += yyleng; gPos += yyleng; *string_pos++ = '\\'; }
73 *string_pos++ = val;
80 *string_pos++ = yytext[0];
86 *string_pos++ = yytext[0];