Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/vi/port/
H A Dex_re.c112 ungetchar(c);
131 ungetchar(c);
145 ungetchar(c);
214 ungetchar(EOF);
316 ungetchar(seof); in compsub()
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()
[all …]
H A Dex_cmds.c371 ungetchar(lastchar());
680 ungetchar(lastchar());
693 ungetchar(lastchar());
966 ungetchar(c);
1102 ungetchar(EOF);
1108 ungetchar(c);
1111 ungetchar(c);
H A Dex_cmdsub.c660 ungetchar(c);
803 d = peekc; ungetchar(0);
816 d = peekc; ungetchar(0);
931 d = peekc; ungetchar(0);
944 d = peekc; ungetchar(0);
1061 ungetchar(c); in zop()
1548 ungetchar(c); in mapcmd()
1569 ungetchar(c); in mapcmd()
1821 d = peekc; ungetchar(0);
H A Dex_get.c202 ungetchar(ch); in gettty()
232 ungetchar(EOF); in gettty()
H A Dex_cmds2.c301 ungetchar(0); in error1()
431 ungetchar(c); in donewline()
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_voper.c801 ungetchar(0); in operate()
822 ungetchar(d); in operate()
840 ungetchar(d); in operate()
H A Dex_io.c88 ungetchar(d); in filename()
90 ungetchar(d); in filename()
185 ungetchar(c); in getargs()
H A Dex_addr.c363 ungetchar(c);
H A Dex_subr.c128 ungetchar(c); in comment()
241 ungetchar(c); in ignnEOF()
H A Dex_vmain.c1109 d = peekc; ungetchar(0);
1146 ungetchar(d);
H A Dex_unix.c218 ungetchar(c); in unix0()
H A Dex.c673 ungetchar(0); in main()
H A Dex.h299 #define ungetchar(c) peekc = c macro
/titanic_41/usr/src/cmd/vi/misc/
H A Dmkstr.c39 #define ungetchar(c) ungetc(c, stdin) macro
139 ungetchar(c);
/titanic_41/usr/src/ucbcmd/mkstr/
H A Dmkstr.c62 #define ungetchar(c) ungetc(c, stdin) macro
172 (void) ungetchar(c); in match()