Searched refs:wspace (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/crypto/openssh/
H A Dmisc.c170 int wspace = 0; local
195 wspace = 1;
200 if (*s[0] == '=' && !wspace)
/freebsd-11-stable/lib/libedit/
H A Dtokenizer.c80 Char *wspace; /* Space of word buffer */ local
130 tok->wspace = tok_malloc(WINCR * sizeof(*tok->wspace));
131 if (tok->wspace == NULL) {
137 tok->wmax = tok->wspace + WINCR;
138 tok->wstart = tok->wspace;
139 tok->wptr = tok->wspace;
155 tok->wstart = tok->wspace;
156 tok->wptr = tok->wspace;
170 tok_free(tok->wspace);
[all...]

Completed in 90 milliseconds