Searched refs:yyunput (Results 1 – 12 of 12) sorted by relevance
/external/iproute2/tc/ |
D | emp_ematch.l | 34 static void __attribute__ ((unused)) yyunput (int c,char *buf_ptr );
|
/external/fio/exp/ |
D | expression-parser.l | 42 static void __attribute__((unused)) yyunput(int c, char *buf_ptr);
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | pmu-flex.c | 207 #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 ) in yyunput() function
|
D | parse-events-flex.c | 201 #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) in yyunput() function
|
/external/elfutils/src/libcpu/ |
D | i386_lex.c | 217 #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 ) in yyunput() function
|
/external/elfutils/src/src/ |
D | ldlex.c | 218 #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 ) in yyunput() function
|
/external/toybox/kconfig/ |
D | lex.zconf.c_shipped | 178 #define unput(c) yyunput( c, (yytext_ptr) ) 849 static void yyunput (int c,char *buf_ptr ); 1579 static void yyunput (int c, register char * yy_bp )
|
/external/bison/examples/calc++/ |
D | calc++-scanner.cc | 234 #define unput(c) yyunput( c, (yytext_ptr) )
|
/external/bison/src/ |
D | scan-skel.c | 253 #define unput(c) yyunput( c, (yytext_ptr) )
|
D | scan-gram.c | 253 #define unput(c) yyunput( c, (yytext_ptr) )
|
D | scan-code.c | 253 #define unput(c) yyunput( c, (yytext_ptr) )
|
/external/libpcap/ |
D | scanner.c | 208 #define unput(c) yyunput( c, (yytext_ptr) )
|