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

/illumos-gate/usr/src/cmd/sh/
H A Dword.c60 while (c = nextwc(), space(c)) /* skipc() */
148 if ((c = nextwc()) == 0) {
185 } while ((c = nextwc(), !eofmeta(c)));
207 if ((d = nextwc()) == c)
212 if ((d = nextwc()) == '-')
244 while (c = nextwc(), space(c))
249 unsigned int nextwc() function
H A Dio.c274 c = nextwc();
277 c = nextwc();
303 c = nextwc();
H A Dname.c339 d = nextwc();
369 d = nextwc();
402 d = nextwc();
H A Ddefs.h193 extern unsigned int nextwc();
H A Dcmd.c531 if ((c = nextwc()) == '&')

Completed in 77 milliseconds