Searched refs:gColumn (Results 1 – 2 of 2) sorted by relevance
23 int gColumn = 1; variable31 gColumn+=yyleng; gPos+=yyleng;} while(0)46 ++gColumn;52 ++gColumn;61 \\n { gColumn += yyleng; gPos += yyleng; *string_pos++ = '\n'; }62 \\t { gColumn += yyleng; gPos += yyleng; *string_pos++ = '\t'; }63 \\\" { gColumn += yyleng; gPos += yyleng; *string_pos++ = '\"'; }64 \\\\ { gColumn += yyleng; gPos += yyleng; *string_pos++ = '\\'; }67 gColumn += yyleng;77 gColumn = 1;[all …]
27 extern int gColumn;128 printf("line %d col %d: %s\n", gLine, gColumn, s);