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

/freebsd-10.1-release/lib/libedit/
H A Dtokenizer.c73 char *wspace; /* Space of word buffer */ member in struct:tokenizer
123 tok->wspace = (char *) tok_malloc(WINCR);
124 if (tok->wspace == NULL) {
130 tok->wmax = tok->wspace + WINCR;
131 tok->wstart = tok->wspace;
132 tok->wptr = tok->wspace;
148 tok->wstart = tok->wspace;
149 tok->wptr = tok->wspace;
163 tok_free((ptr_t) tok->wspace);
390 size_t size = tok->wmax - tok->wspace
[all...]
/freebsd-10.1-release/crypto/openssh/
H A Dmisc.c168 int wspace = 0; local
193 wspace = 1;
198 if (*s[0] == '=' && !wspace)

Completed in 156 milliseconds