Home
last modified time | relevance | path

Searched refs:nextwc (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dword.c59 while (c = nextwc(), space(c)) /* skipc() */ in word()
147 if ((c = nextwc()) == 0) { in word()
184 } while ((c = nextwc(), !eofmeta(c))); in word()
206 if ((d = nextwc()) == c) in word()
211 if ((d = nextwc()) == '-') in word()
243 while (c = nextwc(), space(c)) in skipwc()
248 unsigned int nextwc() in nextwc() function
H A Dio.c274 c = nextwc(); in copy()
277 c = nextwc(); in copy()
303 c = nextwc(); in copy()
H A Dname.c339 d = nextwc(); in readvar()
369 d = nextwc(); in readvar()
402 d = nextwc(); in readvar()
H A Ddefs.h193 extern unsigned int nextwc();
H A Dcmd.c531 if ((c = nextwc()) == '&')