Home
last modified time | relevance | path

Searched refs:pungetc (Results 1 – 3 of 3) sorted by relevance

/freebsd/bin/sh/
H A Dparser.c328 pungetc(); /* push back EOF on input */ in list()
918 pungetc(); in xxreadtoken()
929 pungetc(); in xxreadtoken()
942 pungetc(); in xxreadtoken()
947 pungetc(); in xxreadtoken()
955 pungetc(); in xxreadtoken()
1009 pungetc(); in checkend()
1045 pungetc(); in parseredir()
1062 pungetc(); in parseredir()
1070 pungetc(); in parseredir()
[all …]
H A Dinput.h53 void pungetc(void);
H A Dinput.c292 pungetc(void) in pungetc() function