Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/dtc/
H A Dsrcpos.h73 int first_column; member
85 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
92 (Current).first_column = (Current).last_column = \
H 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()
/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.lex33 #define YY_USER_ACTION yylloc->first_column = yylloc->last_column; \