Home
last modified time | relevance | path

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

/openbsd/lib/libedit/
H A Dtokenizer.c131 tok->wspace = reallocarray(NULL, WINCR, sizeof(*tok->wspace)); in TYPE()
132 if (tok->wspace == NULL) { in TYPE()
138 tok->wmax = tok->wspace + WINCR; in TYPE()
139 tok->wstart = tok->wspace; in TYPE()
140 tok->wptr = tok->wspace; in TYPE()
156 tok->wstart = tok->wspace; in FUN()
157 tok->wptr = tok->wspace; in FUN()
171 free(tok->wspace); in FUN()
403 if (s != tok->wspace) { in FUN()
407 (tok->argv[i] - tok->wspace) + s; in FUN()
[all …]
/openbsd/sys/net/
H A Dppp-deflate.c228 int proto, olen, wspace, r, flush; in z_compress() local
250 wspace = m_trailingspace(m); in z_compress()
251 if (state->hdrlen + PPP_HDRLEN + 2 < wspace) { in z_compress()
253 wspace -= state->hdrlen; in z_compress()
269 state->strm.avail_out = wspace - (PPP_HDRLEN + 2); in z_compress()
274 wspace = 0; in z_compress()
302 m->m_len = wspace; in z_compress()
303 olen += wspace; in z_compress()
311 state->strm.avail_out = wspace = m_trailingspace(m); in z_compress()
321 olen += (m->m_len = wspace - state->strm.avail_out); in z_compress()
/openbsd/distrib/special/more/
H A Dcurses.h114 __LDATA *wspace; /* window space (for cleanup) */ member
/openbsd/usr.bin/ssh/
H A Dmisc.c404 int wspace = 0; in strdelim_internal() local
430 wspace = 1; in strdelim_internal()
435 if (split_equals && *s[0] == '=' && !wspace) in strdelim_internal()