nextchar 126 libutil/token.c while ((c = nextchar()) != EOF && isspace(c)) nextchar 129 libutil/token.c while ((c = nextchar()) != EOF && isspace(c) && c != '\n') nextchar 137 libutil/token.c while ((c = nextchar()) != EOF) { nextchar 142 libutil/token.c if (c == '\\' && (c = nextchar()) == EOF) nextchar 146 libutil/token.c if ((c = nextchar()) == '/') { nextchar 147 libutil/token.c while ((c = nextchar()) != EOF) nextchar 153 libutil/token.c while ((c = nextchar()) != EOF) { nextchar 155 libutil/token.c if ((c = nextchar()) == '/') nextchar 163 libutil/token.c if (nextchar() == '\n') nextchar 166 libutil/token.c while ((c = nextchar()) != EOF && (c == '.' || isalnum(c))) nextchar 174 libutil/token.c *p++ = nextchar(); nextchar 186 libutil/token.c *p++ = nextchar(); nextchar 197 libutil/token.c *p++ = nextchar(); nextchar 220 libutil/token.c for (*p++ = c; (c = nextchar()) != EOF && (c & 0x80 || isalnum(c) || c == '_');) { nextchar 272 libutil/token.c c = nextchar(); nextchar 274 libutil/token.c while ((c = nextchar()) != EOF && c != '\n') { nextchar 276 libutil/token.c if ((c = nextchar()) == '/') { nextchar 277 libutil/token.c while ((c = nextchar()) != EOF) nextchar 284 libutil/token.c while ((c = nextchar()) != EOF) { nextchar 286 libutil/token.c if ((c = nextchar()) == '/') nextchar 355 libutil/token.c nextchar();