Searched refs:gColumn (Results 1 – 2 of 2) sorted by relevance
25 int gColumn = 1; variable33 gColumn+=yyleng; gPos+=yyleng;} while(0)48 ++gColumn;54 ++gColumn;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++ = '\\'; }69 gColumn += yyleng;79 gColumn = 1;[all …]
27 extern int gColumn;132 printf("line %d col %d: %s\n", gLine, gColumn, s);