HomeSort by: relevance | last modified time | path
    Searched defs:yyunput (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/unbound/dist/util/
configyyrename.h 69 #define yyunput ub_c_unput macro
  /src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c 135 #define unput(c) yyunput( c, yytext_ptr )
483 static void yyunput YY_PROTO(( int c, char *buf_ptr ));
1205 static void yyunput( int c, register char *yy_bp ) function
1207 static void yyunput( c, yy_bp )
  /src/tools/m4/bootstrap/
tokenizer.c 185 #define unput(c) yyunput( c, (yytext_ptr) )
572 static void yyunput (int c,char *buf_ptr );
1184 static void yyunput (int c, register char * yy_bp ) function
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
lex.c 183 #define unput(c) yyunput( c, (yytext_ptr) )
907 static void yyunput ( int c, char *buf_ptr );
2044 static void yyunput (int c, char * yy_bp ) function
  /src/external/bsd/elftosb/dist/elftosb2/
elftosb_lexer.cpp 205 #define unput(c) yyunput( c, (yytext_ptr) )
1663 void yyFlexLexer::yyunput( int c, register char* yy_bp) function in class:yyFlexLexer
  /src/external/gpl3/binutils/dist/gas/config/
bfin-lex.c 181 #define unput(c) yyunput( c, (yytext_ptr) )
895 static void yyunput ( int c, char *buf_ptr );
2674 static void yyunput (int c, char * yy_bp ) function
loongarch-lex.c 181 #define unput(c) yyunput( c, (yytext_ptr) )
564 static void yyunput ( int c, char *buf_ptr );
1196 static void yyunput (int c, char * yy_bp ) function
  /src/external/gpl3/binutils/dist/gas/
itbl-lex.c 181 #define unput(c) yyunput( c, (yytext_ptr) )
581 static void yyunput ( int c, char *buf_ptr );
1255 static void yyunput (int c, char * yy_bp ) function
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-lex.c 181 #define unput(c) yyunput( c, (yytext_ptr) )
895 static void yyunput ( int c, char *buf_ptr );
2674 static void yyunput (int c, char * yy_bp ) function
loongarch-lex.c 181 #define unput(c) yyunput( c, (yytext_ptr) )
564 static void yyunput ( int c, char *buf_ptr );
1196 static void yyunput (int c, char * yy_bp ) function
  /src/external/gpl3/binutils.old/dist/gas/
itbl-lex.c 181 #define unput(c) yyunput( c, (yytext_ptr) )
581 static void yyunput ( int c, char *buf_ptr );
1255 static void yyunput (int c, char * yy_bp ) function
  /src/external/lgpl3/gmp/dist/demos/calc/
calclex.c 196 #define unput(c) yyunput( c, (yytext_ptr) )
598 static void yyunput (int c,char *buf_ptr );
1258 static void yyunput (int c, char * yy_bp ) function
  /src/external/bsd/flex/dist/src/
initscan.c 180 #define unput(c) yyunput( c, (yytext_ptr) )
2050 static void yyunput ( int c, char *buf_ptr );
4190 static void yyunput (int c, char * yy_bp ) function

Completed in 65 milliseconds