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

/freebsd-11-stable/contrib/unbound/util/
H A Dconfigyyrename.h58 #define yyunput ub_c_unput macro
/freebsd-11-stable/contrib/flex/
H A DFlexLexer.h137 void yyunput( int c, char* buf_ptr );
/freebsd-11-stable/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-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l77 yyunput(_c, yytext_ptr); \
/freebsd-11-stable/usr.bin/lex/
H A Dinitscan.c197 #define unput(c) yyunput( c, (yytext_ptr) )
2073 static void yyunput (int c,char *buf_ptr );
4437 static void yyunput (int c, char * yy_bp ) function
/freebsd-11-stable/crypto/heimdal/lib/com_err/
H A Dlex.c184 #define unput(c) yyunput( c, (yytext_ptr) )
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A Dslc-lex.c184 #define unput(c) yyunput( c, (yytext_ptr) )
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dnull_lex.c207 #define unput(c) yyunput( c, (yytext_ptr) )

Completed in 206 milliseconds