Home
last modified time | relevance | path

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

/linux/scripts/dtc/
A Ddtc-parser.tab.c891 yy_location_print_ (FILE *yyo, YYLTYPE const * const yylocp) in yy_location_print_() argument
894 int end_col = 0 != yylocp->last_column ? yylocp->last_column - 1 : 0; in yy_location_print_()
895 if (0 <= yylocp->first_line) in yy_location_print_()
897 res += YYFPRINTF (yyo, "%d", yylocp->first_line); in yy_location_print_()
898 if (0 <= yylocp->first_column) in yy_location_print_()
899 res += YYFPRINTF (yyo, ".%d", yylocp->first_column); in yy_location_print_()
901 if (0 <= yylocp->last_line) in yy_location_print_()
903 if (yylocp->first_line < yylocp->last_line) in yy_location_print_()
905 res += YYFPRINTF (yyo, "-%d", yylocp->last_line); in yy_location_print_()
909 else if (0 <= end_col && yylocp->first_column < end_col) in yy_location_print_()

Completed in 6 milliseconds