Searched refs:first_column (Results 1 – 3 of 3) sorted by relevance
94 static int first_column; /* See 'next_char()' below */ variable161 if (first_column) { in get_token()340 first_column = TRUE; in next_char()342 first_column = FALSE; in next_char()403 while ((ch = next_char()) != ',' && ch != EOF && !first_column) { in trans_string()486 else if (first_column) { in trans_string()
55 static int first_column; /* See 'next_char()' below */ variable138 if (first_column) in get_token()282 first_column = curr_column == 0 && *line != '\n'; in next_char()
866 yylsp->first_column = yylloc.first_column; in yyparse()