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

/freebsd-13-stable/contrib/libedit/
H A Dtokenizer.c91 Char *wspace; /* Space of word buffer */ local
141 tok->wspace = tok_malloc(WINCR * sizeof(*tok->wspace));
142 if (tok->wspace == NULL) {
148 tok->wmax = tok->wspace + WINCR;
149 tok->wstart = tok->wspace;
150 tok->wptr = tok->wspace;
166 tok->wstart = tok->wspace;
167 tok->wptr = tok->wspace;
181 tok_free(tok->wspace);
[all...]
/freebsd-13-stable/crypto/openssh/
H A Dmisc.c246 int wspace = 0; local
272 wspace = 1;
277 if (split_equals && *s[0] == '=' && !wspace)

Completed in 40 milliseconds