Home
last modified time | relevance | path

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

/external/iproute2/tc/
Demp_ematch.lex.c202 #define unput(c) yyunput( c, (yytext_ptr) )
366 #ifdef yytext_ptr
367 #undef yytext_ptr
369 #define yytext_ptr ematch_text macro
380 (yytext_ptr) = yy_bp; \
640 #ifndef yytext_ptr
1025 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
1058 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
1073 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1107 (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
[all …]
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp563 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
711 #define yytext_ptr yytext_r macro
730 yyg->yytext_ptr = yy_bp; \
1159 #ifndef yytext_ptr
1722 int yy_amount_of_matched_text = (int) (yy_cp - yyg->yytext_ptr) - 1;
1755 yyg->yy_c_buf_p = yyg->yytext_ptr + yy_amount_of_matched_text;
1770 yy_bp = yyg->yytext_ptr + YY_MORE_ADJ;
1805 yyg->yy_c_buf_p = yyg->yytext_ptr + YY_MORE_ADJ;
1821 yyg->yytext_ptr + yy_amount_of_matched_text;
1826 yy_bp = yyg->yytext_ptr + YY_MORE_ADJ;
[all …]
/external/libpcap/
Dscanner.c222 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
359 #define yytext_ptr yytext_r macro
370 yyg->yytext_ptr = yy_bp; \
3094 #ifndef yytext_ptr
4265 int yy_amount_of_matched_text = (int) (yy_cp - yyg->yytext_ptr) - 1;
4298 yyg->yy_c_buf_p = yyg->yytext_ptr + yy_amount_of_matched_text;
4313 yy_bp = yyg->yytext_ptr + YY_MORE_ADJ;
4348 yyg->yy_c_buf_p = yyg->yytext_ptr + YY_MORE_ADJ;
4364 yyg->yytext_ptr + yy_amount_of_matched_text;
4369 yy_bp = yyg->yytext_ptr + YY_MORE_ADJ;
[all …]
Dscanner.h242 #define yytext_ptr yytext_r macro
312 #ifndef yytext_ptr
/external/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp348 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
496 #define yytext_ptr yytext_r macro
515 yyg->yytext_ptr = yy_bp; \
1372 #ifndef yytext_ptr
2357 int yy_amount_of_matched_text = (int) (yy_cp - yyg->yytext_ptr) - 1;
2390 yyg->yy_c_buf_p = yyg->yytext_ptr + yy_amount_of_matched_text;
2405 yy_bp = yyg->yytext_ptr + YY_MORE_ADJ;
2440 yyg->yy_c_buf_p = yyg->yytext_ptr + YY_MORE_ADJ;
2456 yyg->yytext_ptr + yy_amount_of_matched_text;
2461 yy_bp = yyg->yytext_ptr + YY_MORE_ADJ;
[all …]
/external/toybox/kconfig/
Dlex.zconf.c_shipped178 #define unput(c) yyunput( c, (yytext_ptr) )
352 #define yytext_ptr zconftext
683 (yytext_ptr) = yy_bp; \
851 #ifndef yytext_ptr
1290 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
1323 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
1338 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1372 (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
1388 (yytext_ptr) + yy_amount_of_matched_text;
1393 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
[all …]