Searched refs:yyunput (Results 1 - 11 of 11) sorted by relevance

/external/iproute2/tc/
H A Demp_ematch.l34 static void __attribute__ ((unused)) yyunput (int c,char *buf_ptr );
/external/fio/exp/
H A Dexpression-parser.l42 static void __attribute__((unused)) yyunput(int c, char *buf_ptr);
/external/elfutils/src/libcpu/
H A Di386_lex.c217 #define unput(c) yyunput( c, (yytext_ptr) )
644 static void yyunput (int c,char *buf_ptr );
1309 static void yyunput (int c, register char * yy_bp ) function
/external/elfutils/src/src/
H A Dldlex.c218 #define unput(c) yyunput( c, (yytext_ptr) )
1209 static void yyunput (int c,char *buf_ptr );
2090 static void yyunput (int c, register char * yy_bp ) function
/external/linux-tools-perf/src/tools/perf/util/
H A Dpmu-flex.c207 #define unput(c) yyunput( c, (yytext_ptr) )
564 static void yyunput (int c,char *buf_ptr );
1158 static void yyunput (int c, register char * yy_bp ) function
H A Dparse-events-flex.c201 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
1211 static void yyunput (int c,char *buf_ptr ,yyscan_t yyscanner);
2113 static void yyunput (int c, register char * yy_bp , yyscan_t yyscanner) function
/external/bison/examples/calc++/
H A Dcalc++-scanner.cc234 #define unput(c) yyunput( c, (yytext_ptr) )
/external/bison/src/
H A Dscan-skel.c253 #define unput(c) yyunput( c, (yytext_ptr) )
H A Dscan-code.c253 #define unput(c) yyunput( c, (yytext_ptr) )
H A Dscan-gram.c253 #define unput(c) yyunput( c, (yytext_ptr) )
/external/libpcap/
H A Dscanner.c208 #define unput(c) yyunput( c, (yytext_ptr) )

Completed in 173 milliseconds