Home
last modified time | relevance | path

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

/mirbsd/src/lib/libedit/
Dtokenizer.c75 char *wspace; /* Space of word buffer */ member
125 tok->wspace = (char *) tok_malloc(WINCR); in tok_init()
126 if (tok->wspace == NULL) { in tok_init()
132 tok->wmax = tok->wspace + WINCR; in tok_init()
133 tok->wstart = tok->wspace; in tok_init()
134 tok->wptr = tok->wspace; in tok_init()
150 tok->wstart = tok->wspace; in tok_reset()
151 tok->wptr = tok->wspace; in tok_reset()
165 tok_free((ptr_t) tok->wspace); in tok_end()
392 size_t size = tok->wmax - tok->wspace + WINCR; in tok_line()
[all …]
/mirbsd/src/sys/net/
Dppp-deflate.c243 int proto, olen, wspace, r, flush; local
265 wspace = M_TRAILINGSPACE(m);
266 if (state->hdrlen + PPP_HDRLEN + 2 < wspace) {
268 wspace -= state->hdrlen;
284 state->strm.avail_out = wspace - (PPP_HDRLEN + 2);
289 wspace = 0;
317 m->m_len = wspace;
318 olen += wspace;
326 state->strm.avail_out = wspace = M_TRAILINGSPACE(m);
336 olen += (m->m_len = wspace - state->strm.avail_out);
/mirbsd/src/lib/libocurses/
Ddelwin.c55 free(win->wspace);
Dnewwin.c186 if ((win->wspace =
200 lp->line = &win->wspace[i * nc];
Dcurses.h134 __LDATA *wspace; /* window space (for cleanup) */ member
/mirbsd/src/usr.bin/ssh/
Dmisc.c158 int wspace = 0; in strdelim() local
182 wspace = 1; in strdelim()
187 if (*s[0] == '=' && !wspace) in strdelim()