Searched refs:end_col (Results 1 – 1 of 1) sorted by relevance
894 int end_col = 0 != yylocp->last_column ? yylocp->last_column - 1 : 0; in yy_location_print_() local906 if (0 <= end_col) in yy_location_print_()907 res += YYFPRINTF (yyo, ".%d", end_col); in yy_location_print_()909 else if (0 <= end_col && yylocp->first_column < end_col) in yy_location_print_()910 res += YYFPRINTF (yyo, "-%d", end_col); in yy_location_print_()
Completed in 10 milliseconds