Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dsrcpos.h74 extern void srcpos_update(struct srcpos *pos, const char *text, int len);
H A Ddtc-lexer.l46 srcpos_update(&yylloc, yytext, yyleng); \
H A Dsrcpos.c132 void srcpos_update(struct srcpos *pos, const char *text, int len) in srcpos_update() function
H A Ddtc-lexer.lex.c_shipped588 srcpos_update(&yylloc, yytext, yyleng); \