Searched refs:yyunput (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/unbound/util/ |
H A D | configyyrename.h | 58 #define yyunput ub_c_unput macro
|
H A D | configlexer.c | 183 #define unput(c) yyunput( c, (yytext_ptr) )
|
/freebsd/contrib/flex/src/ |
H A D | FlexLexer.h | 152 void yyunput( int c, char* buf_ptr );
|
H A D | flex.skl | 458 #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 D | lex.c | 184 #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 D | initscan.c | 182 #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 D | dt_lex.l | 78 yyunput(_c, yytext_ptr); \
|
/freebsd/tools/build/bootstrap-m4/ |
H A D | inittokenizer.c | 183 #define unput(c) yyunput( c, (yytext_ptr) )
|
/freebsd/crypto/heimdal/lib/com_err/ |
H A D | lex.c | 184 #define unput(c) yyunput( c, (yytext_ptr) )
|
/freebsd/crypto/heimdal/lib/sl/ |
H A D | slc-lex.c | 184 #define unput(c) yyunput( c, (yytext_ptr) )
|
/freebsd/contrib/flex/ |
H A D | ONEWS | 1033 - fixed bug writing past end of input buffer in yyunput()
|
H A D | ChangeLog | 5945 * flex.skl: Fixed yyunput prototype. 10373 * flex.skl: Cleaned up forward declarations of yyunput() and input()
|
/freebsd/contrib/one-true-awk/ |
H A D | FIXES.1e | 1100 deleted yyunput and yyoutput from proto.h;
|