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

/openbsd-current/lib/libedit/
H A Dtokenizer.c81 Char *wspace; /* Space of word buffer */ local
131 tok->wspace = reallocarray(NULL, WINCR, sizeof(*tok->wspace));
132 if (tok->wspace == NULL) {
138 tok->wmax = tok->wspace + WINCR;
139 tok->wstart = tok->wspace;
140 tok->wptr = tok->wspace;
156 tok->wstart = tok->wspace;
157 tok->wptr = tok->wspace;
171 free(tok->wspace);
[all...]
/openbsd-current/sys/net/
H A Dppp-deflate.c228 int proto, olen, wspace, r, flush; local
250 wspace = m_trailingspace(m);
251 if (state->hdrlen + PPP_HDRLEN + 2 < wspace) {
253 wspace -= state->hdrlen;
269 state->strm.avail_out = wspace - (PPP_HDRLEN + 2);
274 wspace = 0;
302 m->m_len = wspace;
303 olen += wspace;
311 state->strm.avail_out = wspace = m_trailingspace(m);
321 olen += (m->m_len = wspace
[all...]
/openbsd-current/distrib/special/more/
H A Dcurses.h114 __LDATA *wspace; /* window space (for cleanup) */ member in struct:__window
/openbsd-current/usr.bin/ssh/
H A Dmisc.c383 int wspace = 0; local
409 wspace = 1;
414 if (split_equals && *s[0] == '=' && !wspace)

Completed in 214 milliseconds