Searched defs:nextwc (Results 1 - 1 of 1) 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

Completed in 44 milliseconds