Home
last modified time | relevance | path

Searched defs:ungetchar (Results 1 – 3 of 3) sorted by relevance

/titanic_53/usr/src/cmd/vi/misc/
H A Dmkstr.c39 #define ungetchar(c) ungetc(c, stdin) macro
/titanic_53/usr/src/ucbcmd/mkstr/
H A Dmkstr.c62 #define ungetchar(c) ungetc(c, stdin) macro
/titanic_53/usr/src/cmd/vi/port/
H A Dex.h299 #define ungetchar(c) peekc = c macro