Home
last modified time | relevance | path

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

/linux/scripts/dtc/
A Ddtc-lexer.lex.c179 #define unput(c) yyunput( c, (yytext_ptr) )
336 #ifdef yytext_ptr
337 #undef yytext_ptr
339 #define yytext_ptr yytext macro
350 (yytext_ptr) = yy_bp; \
703 #ifndef yytext_ptr
1258 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1314 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1324 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1348 char *source = (yytext_ptr); in yy_get_next_buffer()
[all …]
/linux/scripts/kconfig/
A Dlexer.lex.c355 #ifdef yytext_ptr
356 #undef yytext_ptr
358 #define yytext_ptr yytext macro
2132 (yytext_ptr) = yy_bp; \
2368 #ifndef yytext_ptr
2967 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
3022 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
3032 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
3056 char *source = (yytext_ptr); in yy_get_next_buffer()
3259 (yytext_ptr) = yy_bp; in yyunput()
[all …]

Completed in 11 milliseconds