Lines Matching refs:wp
183 nextword(const char *wp, char *wbuf)185 if (wp == NULL) {189 while (*wp && !is_WSP(*wp)) {190 *wbuf++ = *wp;191 if (*wp++ == '"') {192 while (*wp && *wp != '"')193 *wbuf++ = *wp++;194 if (*wp == '"')195 *wbuf++ = *wp++;199 wp = skip_WSP(wp);200 if (*wp == '\0')202 return wp;
Indexes created Mon Sep 22 13:09:51 GMT 2025