| /freebsd-9-stable/contrib/ofed/libsdp/src/ |
| D | config_scanner.c | 153 #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/ |
| D | FlexLexer.h | 124 void yyunput( int c, char* buf_ptr );
|
| D | initscan.c | 144 #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()
|
| D | flex.skl | 151 #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 )
|
| D | NEWS | 1033 - fixed bug writing past end of input buffer in yyunput()
|
| /freebsd-9-stable/crypto/heimdal/lib/sl/ |
| D | lex.c | 178 #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
|
| D | slc-lex.c | 178 #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/ |
| D | lex.c | 178 #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/ |
| D | lex.c | 178 #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/ |
| D | lex.c | 178 #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/ |
| D | lex.rcs.c | 192 #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/ |
| D | dt_lex.l | 73 yyunput(_c, yytext_ptr); \
|
| /freebsd-9-stable/contrib/one-true-awk/ |
| D | FIXES | 697 deleted yyunput and yyoutput from proto.h;
|