Home
last modified time | relevance | path

Searched refs:ungetchar (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_re.c112 ungetchar(c);
131 ungetchar(c);
145 ungetchar(c);
214 ungetchar(EOF);
358 ungetchar(c); in compsub()
474 ungetchar(c); in comprhs()
795 ungetchar(c); in vi_compile()
803 ungetchar(c); in vi_compile()
808 ungetchar(c); in vi_compile()
819 ungetchar(c); in vi_compile()
[all …]
H A Dex_cmds.c373 ungetchar(lastchar());
682 ungetchar(lastchar());
695 ungetchar(lastchar());
968 ungetchar(c);
1104 ungetchar(EOF);
1110 ungetchar(c);
1113 ungetchar(c);
H A Dex_cmdsub.c661 ungetchar(c);
804 d = peekc; ungetchar(0);
817 d = peekc; ungetchar(0);
932 d = peekc; ungetchar(0);
945 d = peekc; ungetchar(0);
1064 ungetchar(c); in zop()
1553 ungetchar(c); in mapcmd()
1574 ungetchar(c); in mapcmd()
1826 d = peekc; ungetchar(0);
H A Dex_get.c202 ungetchar(ch); in gettty()
232 ungetchar(EOF); in gettty()
H A Dex_cmds2.c299 ungetchar(0); in error1()
429 ungetchar(c); in donewline()
H A Dex_io.c89 ungetchar(d); in filename()
91 ungetchar(d); in filename()
186 ungetchar(c); in getargs()
H A Dex_voper.c802 ungetchar(0); in operate()
823 ungetchar(d); in operate()
841 ungetchar(d); in operate()
H A Dex_vops.c833 d = peekc; ungetchar(0); in vfilter()
839 ungetchar(d); in vfilter()
844 ungetchar(d); globp = oglobp; in vfilter()
H A Dex_addr.c363 ungetchar(c);
H A Dex_subr.c135 ungetchar(c); in comment()
248 ungetchar(c); in ignnEOF()
H A Dex_vmain.c1106 d = peekc; ungetchar(0);
1143 ungetchar(d);
H A Dex_unix.c218 ungetchar(c); in unix0()
H A Dex.c674 ungetchar(0); in main()
H A Dex.h299 #define ungetchar(c) peekc = c macro
/illumos-gate/usr/src/ucbcmd/mkstr/
H A Dmkstr.c60 #define ungetchar(c) ungetc(c, stdin) macro
170 (void) ungetchar(c); in match()