HomeSort by relevance Sort by last modified time
    Searched refs:yytext_ptr (Results 1 - 15 of 15) sorted by null

  /external/elfutils/0.153/libcpu/
i386_lex.c 211 #define unput(c) yyunput( c, (yytext_ptr) )
380 #define yytext_ptr i386_text macro
391 (yytext_ptr) = yy_bp; \
642 #ifndef yytext_ptr
981 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
1014 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
1029 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1064 (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
1080 (yytext_ptr) + yy_amount_of_matched_text;
1085 yy_bp = (yytext_ptr) + YY_MORE_ADJ
    [all...]
  /external/elfutils/0.153/src/
ldlex.c 212 #define unput(c) yyunput( c, (yytext_ptr) )
381 #define yytext_ptr ldtext macro
392 (yytext_ptr) = yy_bp; \
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
pmu-flex.c 207 #define unput(c) yyunput( c, (yytext_ptr) )
373 #define yytext_ptr perf_pmu_text macro
384 (yytext_ptr) = yy_bp; \
566 #ifndef yytext_ptr
836 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
869 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
884 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
918 (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
934 (yytext_ptr) + yy_amount_of_matched_text;
939 yy_bp = (yytext_ptr) + YY_MORE_ADJ
    [all...]
parse-events-flex.c 201 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
340 #define yytext_ptr yytext_r macro
351 yyg->yytext_ptr = yy_bp; \
    [all...]
parse-events-flex.h 223 #define yytext_ptr yytext_r macro
294 #ifndef yytext_ptr
  /external/bison/examples/calc++/
calc++-scanner.cc 234 #define unput(c) yyunput( c, (yytext_ptr) )
425 #define yytext_ptr yytext macro
440 (yytext_ptr) = yy_bp; \
445 /* %% [3.0] code to copy yytext_ptr to yytext[] goes here, if %array \ */\
649 #ifndef yytext_ptr
985 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
1018 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
1033 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1069 (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
1085 (yytext_ptr) + yy_amount_of_matched_text
    [all...]
  /external/bison/src/
scan-skel.c 253 #define unput(c) yyunput( c, (yytext_ptr) )
444 #define yytext_ptr skel_text macro
459 (yytext_ptr) = yy_bp; \
464 /* %% [3.0] code to copy yytext_ptr to skel_text[] goes here, if %array \ */\
736 #ifndef yytext_ptr
1193 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
1226 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
    [all...]
scan-code.c 253 #define unput(c) yyunput( c, (yytext_ptr) )
444 #define yytext_ptr code_text macro
459 (yytext_ptr) = yy_bp; \
464 /* %% [3.0] code to copy yytext_ptr to code_text[] goes here, if %array \ */\
821 #ifndef yytext_ptr
    [all...]
scan-gram.c 253 #define unput(c) yyunput( c, (yytext_ptr) )
444 #define yytext_ptr gram_text macro
459 (yytext_ptr) = yy_bp; \
464 /* %% [3.0] code to copy yytext_ptr to gram_text[] goes here, if %array \ */\
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-lex.c 202 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
344 #define yytext_ptr yytext_r macro
355 yyg->yytext_ptr = yy_bp; \
746 #ifndef yytext_ptr
    [all...]
lex.yy.c 202 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
344 #define yytext_ptr yytext_r macro
355 yyg->yytext_ptr = yy_bp; \
    [all...]
glsl_lexer.cc 202 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
344 #define yytext_ptr yytext_r macro
355 yyg->yytext_ptr = yy_bp; \
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.cpp 214 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
351 #define yytext_ptr yytext_r macro
362 yyg->yytext_ptr = yy_bp; \
693 #ifndef yytext_ptr
    [all...]
  /external/libpcap/
scanner.c 208 #define unput(c) yyunput( c, (yytext_ptr) )
374 #define yytext_ptr pcap_text macro
385 (yytext_ptr) = yy_bp; \
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_lex.cpp 239 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
376 #define yytext_ptr yytext_r macro
387 yyg->yytext_ptr = yy_bp; \
    [all...]

Completed in 209 milliseconds