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

  /ndk/sources/host-tools/nawk-20071023/
lex.c 97 unput(c);
126 unput(c);
143 unput(c);
209 unput(c);
413 unput(c);
519 unput('\n');
532 unput('/');
565 void unput(int c) /* put lexical character back on input */ function
581 unput(s[i]);
proto.h 40 extern void unput(int);
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp-lex.l 309 unput('.');
  /external/elfutils/0.153/src/
ldlex.l 319 unput (c);
ldlex.c 212 #define unput(c) yyunput( c, (yytext_ptr) ) macro
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events.l 204 . { unput(*yytext); BEGIN(INITIAL); }
parse-events-flex.c 201 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
    [all...]
pmu-flex.c 207 #define unput(c) yyunput( c, (yytext_ptr) ) macro
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.l 309 unput('.');
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-lex.c 202 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
    [all...]
lex.yy.c 202 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
    [all...]
glsl_lexer.cc 202 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_lexer.l 145 here only to avoid the compiler complaining about an unput function
147 #define YY_USER_INIT while (0) { unput(0); }
  /external/mesa3d/src/mesa/program/
program_lexer.l 145 here only to avoid the compiler complaining about an unput function
147 #define YY_USER_INIT while (0) { unput(0); }
  /external/bison/examples/calc++/
calc++-scanner.cc 234 #define unput(c) yyunput( c, (yytext_ptr) ) macro
    [all...]
  /external/bison/src/
scan-skel.c 253 #define unput(c) yyunput( c, (yytext_ptr) ) macro
    [all...]
scan-code.c 253 #define unput(c) yyunput( c, (yytext_ptr) ) macro
    [all...]
scan-gram.c 253 #define unput(c) yyunput( c, (yytext_ptr) ) macro
    [all...]
  /external/elfutils/0.153/libcpu/
i386_lex.c 211 #define unput(c) yyunput( c, (yytext_ptr) ) macro
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.cpp 214 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
    [all...]
  /external/libpcap/
scanner.c 208 #define unput(c) yyunput( c, (yytext_ptr) ) macro
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_lex.cpp 239 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
handlebars-1.0.0.beta.6.js 327 unput:function (ch) {
    [all...]
  /external/elfutils/0.153/
configure     [all...]
  /external/bison/
configure     [all...]

Completed in 1752 milliseconds