Searched refs:iseol (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/mknetid/
H A Dgetname.c29 #define iseol(c) (c == 0 || c == '\n' || strchr(com, c) != NULL) macro
53 } while (iseol(line[0]));
100 } while (isignore(c) && !iseol(c));
101 if (iseol(c)) {
106 while (! issep(c) && ! iseol(c) && np - name < namelen) {
113 if (iseol(c)) {
/illumos-gate/usr/src/cmd/power/
H A Dpowerd.c1169 #define iseol(ch) ((ch) == '\n' || (ch) == '\r' || (ch) == '\f') macro

Completed in 66 milliseconds