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

1 2

  /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/bison/m4/
flex.m4 51 f { unput (yytext[0]); }
  /external/chromium_org/third_party/angle_dx11/src/compiler/
64bit-lexer-safety.patch 34 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
glslang_lex.cpp 233 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
64bit-tokenizer-safety.patch 25 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
Tokenizer.cpp 208 #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/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp-lex.l 309 unput('.');
  /external/elfutils/src/
ldlex.l 319 unput (c);
ldlex.c 212 #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/elfutils/libcpu/
i386_lex.c 211 #define unput(c) yyunput( c, (yytext_ptr) ) macro
    [all...]
  /system/core/sh/
arith_lex.c 167 #define unput(c) yyunput( c, (yytext_ptr) ) macro
    [all...]
  /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/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
handlebars-1.0.0.beta.6.js 327 unput:function (ch) {
    [all...]
  /prebuilts/misc/linux-x86/flex/
flex-2.5.4a 
  /external/libpcap/
scanner.c 166 #define unput(c) yyunput( c, (yytext_ptr) ) macro
    [all...]

Completed in 941 milliseconds

1 2