Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/tools/pioasm/gen/
Dlexer.cpp208 #define unput(c) yyunput( c, (yytext_ptr) )
390 #ifdef yytext_ptr
391 #undef yytext_ptr
393 #define yytext_ptr yytext macro
410 (yytext_ptr) = yy_bp; \
970 #ifndef yytext_ptr
1767 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
1804 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
1819 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1855 (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
[all …]