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

/freebsd-current/contrib/unbound/util/
H A Dconfigyyrename.h58 #define yyunput ub_c_unput macro
H A Dconfiglexer.c183 #define unput(c) yyunput( c, (yytext_ptr) )
/freebsd-current/contrib/flex/src/
H A DFlexLexer.h152 void yyunput( int c, char* buf_ptr );
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dlex.c184 #define unput(c) yyunput( c, (yytext_ptr) )
909 static void yyunput (int c,char *buf_ptr );
2032 static void yyunput (int c, register char * yy_bp ) function
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l78 yyunput(_c, yytext_ptr); \
/freebsd-current/usr.bin/lex/
H A Dinitscan.c182 #define unput(c) yyunput( c, (yytext_ptr) )
2057 static void yyunput ( int c, char *buf_ptr );
4487 static void yyunput (int c, char * yy_bp ) function
/freebsd-current/crypto/heimdal/lib/com_err/
H A Dlex.c184 #define unput(c) yyunput( c, (yytext_ptr) )
/freebsd-current/crypto/heimdal/lib/sl/
H A Dslc-lex.c184 #define unput(c) yyunput( c, (yytext_ptr) )
/freebsd-current/tools/build/bootstrap-m4/
H A Dinittokenizer.c183 #define unput(c) yyunput( c, (yytext_ptr) )

Completed in 218 milliseconds