Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfru/libfru/
H A DnameSyntaxLex.l38 #define unput(c)(*--gParserString=c) macro
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlex_var.h49 # define unput(c) { if (pos > 0) pos--; \ macro
/illumos-gate/usr/src/tools/cscope-fast/
H A Dscanner.l50 #define unput(c) (*yysptr++ = (c)) macro
/illumos-gate/usr/src/cmd/awk/
H A Dlex.c621 unput(int c) /* put lexical character back on input */ in unput() function
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dscriptvfy.l42 #define unput(p) ungetc(p, scr_fp) macro
/illumos-gate/usr/src/lib/libsec/common/
H A Dacl_lex.l826 unput(int c) in unput() function