Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ofed/libsdp/src/
Dconfig_scanner.c153 #define unput(c) yyunput( c, yytext_ptr )
564 static void yyunput YY_PROTO(( int c, char *buf_ptr ));
1334 static void yyunput( int c, register char *yy_bp ) in yyunput() function
1336 static void yyunput( c, yy_bp ) in yyunput()
/freebsd-9-stable/usr.bin/lex/
DFlexLexer.h124 void yyunput( int c, char* buf_ptr );
Dinitscan.c144 #define unput(c) yyunput( c, yytext_ptr )
1356 static void yyunput YY_PROTO(( int c, char *buf_ptr ));
3105 static void yyunput( int c, char *yy_bp ) in yyunput() function
3107 static void yyunput( c, yy_bp ) in yyunput()
Dflex.skl151 #define unput(c) yyunput( c, yytext_ptr )
324 static void yyunput YY_PROTO(( int c, char *buf_ptr ));
940 static void yyunput( int c, char *yy_bp )
942 static void yyunput( c, yy_bp )
947 void yyFlexLexer::yyunput( int c, char* yy_bp )
DNEWS1033 - fixed bug writing past end of input buffer in yyunput()
/freebsd-9-stable/crypto/heimdal/lib/sl/
Dlex.c178 #define unput(c) yyunput( c, (yytext_ptr) )
567 static void yyunput (int c,char *buf_ptr );
1157 static void yyunput (int c, register char * yy_bp ) in yyunput() function
Dslc-lex.c178 #define unput(c) yyunput( c, (yytext_ptr) )
542 static void yyunput (int c,char *buf_ptr );
1110 static void yyunput (int c, register char * yy_bp ) in yyunput() function
/freebsd-9-stable/crypto/heimdal/lib/com_err/
Dlex.c178 #define unput(c) yyunput( c, (yytext_ptr) )
565 static void yyunput (int c,char *buf_ptr );
1175 static void yyunput (int c, register char * yy_bp ) in yyunput() function
/freebsd-9-stable/contrib/com_err/
Dlex.c178 #define unput(c) yyunput( c, (yytext_ptr) )
565 static void yyunput (int c,char *buf_ptr );
1175 static void yyunput (int c, register char * yy_bp ) in yyunput() function
/freebsd-9-stable/crypto/heimdal/lib/asn1/
Dlex.c178 #define unput(c) yyunput( c, (yytext_ptr) )
884 static void yyunput (int c,char *buf_ptr );
1999 static void yyunput (int c, register char * yy_bp ) in yyunput() function
/freebsd-9-stable/usr.bin/csup/
Dlex.rcs.c192 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
663 static void yyunput (int c,char *buf_ptr ,yyscan_t yyscanner);
1268 static void yyunput (int c, register char * yy_bp , yyscan_t yyscanner) in yyunput() function
/freebsd-9-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_lex.l73 yyunput(_c, yytext_ptr); \
/freebsd-9-stable/contrib/one-true-awk/
DFIXES697 deleted yyunput and yyoutput from proto.h;