Searched defs:unput (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/ipfilter/tools/
H A Dlex_var.h55 # undef unput macro
56 # define unput(c) { if (pos > 0) pos--; \ macro
/freebsd-11-stable/contrib/one-true-awk/
H A Dlex.c565 void unput(int c) /* put lexical character back on input */ function
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dlex.c184 #define unput(c) yyunput( c, (yytext_ptr) ) macro
/freebsd-11-stable/crypto/heimdal/lib/com_err/
H A Dlex.c184 #define unput(c) yyunput( c, (yytext_ptr) ) macro
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A Dslc-lex.c184 #define unput(c) yyunput( c, (yytext_ptr) ) macro
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dnull_lex.c207 #define unput(c) yyunput( c, (yytext_ptr) ) macro
/freebsd-11-stable/usr.bin/lex/
H A Dinitscan.c197 #define unput(c) yyunput( c, (yytext_ptr) ) macro

Completed in 129 milliseconds