Home
last modified time | relevance | path

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

/linux/scripts/dtc/
A Ddtc-parser.tab.c894 int end_col = 0 != yylocp->last_column ? yylocp->last_column - 1 : 0; in yy_location_print_() local
906 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