Searched refs:wspace (Results 1 – 3 of 3) sorted by relevance
91 Char *wspace; /* Space of word buffer */ in TYPE() local141 tok->wspace = tok_malloc(WINCR * sizeof(*tok->wspace)); in TYPE()142 if (tok->wspace == NULL) { in TYPE()148 tok->wmax = tok->wspace + WINCR; in TYPE()149 tok->wstart = tok->wspace; in TYPE()150 tok->wptr = tok->wspace; in TYPE()166 tok->wstart = tok->wspace; in FUN()167 tok->wptr = tok->wspace; in FUN()181 tok_free(tok->wspace); in FUN()408 size_t size = (size_t)(tok->wmax - tok->wspace + WINCR); in FUN()[all …]
301 size_t wspace; local318 while ((wspace = net_rx_space(conn)) > 0) {319 l = read(fd, buf, wspace > sizeof(buf) ? sizeof(buf) : wspace);
472 int wspace = 0; in strdelim_internal() local498 wspace = 1; in strdelim_internal()503 if (split_equals && *s[0] == '=' && !wspace) in strdelim_internal()