Home
last modified time | relevance | path

Searched refs:yyunput (Results 1 – 13 of 13) sorted by relevance

/freebsd/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/contrib/flex/src/
H A DFlexLexer.h152 void yyunput( int c, char* buf_ptr );
H A Dflex.skl458 #define unput(c) yyunput( c, YY_G(yytext_ptr) M4_YY_CALL_LAST_ARG )
929 static void yyunput ( int c, char *buf_ptr M4_YY_PROTO_LAST_ARG);
1752 static void yyunput YYFARGS2( int,c, char *,yy_bp)
1755 void yyFlexLexer::yyunput( int c, char* yy_bp)
/freebsd/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 ) in yyunput() function
/freebsd/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 ) in yyunput() function
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l78 yyunput(_c, yytext_ptr); \
/freebsd/tools/build/bootstrap-m4/
H A Dinittokenizer.c183 #define unput(c) yyunput( c, (yytext_ptr) )
/freebsd/crypto/heimdal/lib/com_err/
H A Dlex.c184 #define unput(c) yyunput( c, (yytext_ptr) )
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-lex.c184 #define unput(c) yyunput( c, (yytext_ptr) )
/freebsd/contrib/flex/
H A DONEWS1033 - fixed bug writing past end of input buffer in yyunput()
H A DChangeLog5945 * flex.skl: Fixed yyunput prototype.
10373 * flex.skl: Cleaned up forward declarations of yyunput() and input()
/freebsd/contrib/one-true-awk/
H A DFIXES.1e1100 deleted yyunput and yyoutput from proto.h;