Home
last modified time | relevance | path

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

/u-boot/scripts/dtc/
A Dsrcpos.h73 int first_column; member
85 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
92 (Current).first_column = (Current).last_column = \
A Dsrcpos.c206 .first_column = 0,
219 pos->first_column = current_srcfile->colno; in srcpos_update()
256 pos->first_line, pos->first_column, in srcpos_string()
258 else if (pos->first_column != pos->last_column) in srcpos_string()
260 pos->first_line, pos->first_column, in srcpos_string()
264 pos->first_line, pos->first_column); in srcpos_string()

Completed in 5 milliseconds