HomeSort by: relevance | last modified time | path
    Searched refs:unput (Results 1 - 20 of 20) sorted by relevancy

  /xsrc/external/mit/twm/dist/src/
lex.l 149 #undef unput
153 #define unput(c) twmUnput(c)
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
glcpp-lex.l 610 unput('.');
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/
glcpp-lex.l 600 unput('.');
  /xsrc/external/mit/ctwm/dist/gen/
lex.c 182 #define unput(c) yyunput( c, (yytext_ptr) ) macro
497 * need unput since it maintains state internally.
1882 /* AT&T lex uses the input/unput macros */
1895 #undef unput macro
1899 #define unput(c) twmUnput(c) macro
  /xsrc/external/mit/xterm/dist/
Tekproc.c 161 #define unput(c) *Tpushback++ = (Char) c macro
529 unput(c);
663 unput(c);
676 unput(c);
1084 unput(c);
  /xsrc/external/mit/MesaLib/dist/src/mesa/program/
program_lexer.l 150 here only to avoid the compiler complaining about an unput function
152 #define YY_USER_INIT while (0) { unput(0); }
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
program_lexer.l 150 here only to avoid the compiler complaining about an unput function
152 #define YY_USER_INIT while (0) { unput(0); }
  /xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
glcpp-lex.c 434 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
1974 unput('.');
  /xsrc/external/mit/MesaLib/src/mesa/program/
lex.yy.c 434 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
1255 here only to avoid the compiler complaining about an unput function
1257 #define YY_USER_INIT while (0) { unput(0); }
  /xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
glcpp-lex.c 434 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
1928 unput('.');
  /xsrc/external/mit/xgc/dist/
lex.c 181 #define unput(c) yyunput( c, (yytext_ptr) ) macro
configure 11181 f { unput (yytext[0]); }
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winprefslex.c 200 #define unput(c) yyunput( c, (yytext_ptr) ) macro
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
scanner.c 179 #define unput(c) yyunput( c, (yytext_ptr) ) macro
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winprefslex.c 192 #define unput(c) yyunput( c, (yytext_ptr) ) macro
  /xsrc/external/mit/MesaLib/src/compiler/glsl/
glsl_lexer.cpp 434 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
  /xsrc/external/mit/MesaLib.old/src/compiler/glsl/
glsl_lexer.cpp 434 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
  /xsrc/external/mit/twm/dist/
configure 11482 f { unput (yytext[0]); }
  /xsrc/external/mit/xorg-server/dist/
configure 23626 f { unput (yytext[0]); }
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/
configure 21494 f { unput (yytext[0]); }
    [all...]

Completed in 50 milliseconds