Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Dlex.c629 void unput(int c) /* put lexical character back on input */ in unput() function
/freebsd/crypto/heimdal/lib/asn1/
H A Dlex.c184 #define unput(c) yyunput( c, (yytext_ptr) ) macro
/freebsd/crypto/heimdal/lib/com_err/
H A Dlex.c184 #define unput(c) yyunput( c, (yytext_ptr) ) macro
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-lex.c184 #define unput(c) yyunput( c, (yytext_ptr) ) macro
/freebsd/tools/build/bootstrap-m4/
H A Dinittokenizer.c183 #define unput(c) yyunput( c, (yytext_ptr) ) macro
/freebsd/contrib/unbound/util/
H A Dconfiglexer.c183 #define unput(c) yyunput( c, (yytext_ptr) ) macro
/freebsd/usr.bin/lex/
H A Dinitscan.c182 #define unput(c) yyunput( c, (yytext_ptr) ) macro