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

/src/lib/libedit/
H A Dtokenizer.c91 Char *wspace; /* Space of word buffer */ local in function:TYPE
141 tok->wspace = tok_malloc(WINCR * sizeof(*tok->wspace));
142 if (tok->wspace == NULL) {
148 tok->wmax = tok->wspace + WINCR;
149 tok->wstart = tok->wspace;
150 tok->wptr = tok->wspace;
166 tok->wstart = tok->wspace;
167 tok->wptr = tok->wspace;
181 tok_free(tok->wspace);
[all...]
/src/lib/libcurses/
H A Ddelwin.c74 free(win->wspace);
H A Dnewwin.c293 win->wspace = NULL;
298 if ((win->wspace =
309 free(win->wspace);
331 lp->line = &win->wspace[i * ncols];
H A Dresize.c297 newwspace = realloc(win->wspace,
301 win->wspace = newwspace;
310 lp->line = &win->wspace[i * ncols];
H A Dcurses_private.h109 __LDATA *wspace; /* window space (for cleanup) */ member in struct:__window
/src/sys/net/
H A Dppp-deflate.c230 int proto, olen, wspace, r, flush; local in function:z_compress
252 wspace = M_TRAILINGSPACE(m);
253 if (state->hdrlen + PPP_HDRLEN + 2 < wspace) {
255 wspace -= state->hdrlen;
271 state->strm.avail_out = wspace - (PPP_HDRLEN + 2);
276 wspace = 0;
304 m->m_len = wspace;
305 olen += wspace;
313 state->strm.avail_out = wspace = M_TRAILINGSPACE(m);
323 olen += (m->m_len = wspace
[all...]
/src/usr.bin/tip/
H A Dremote.c70 static char wspace[] = "\t\n\b\f"; variable in typeref:typename:char[]
182 EX = wspace;

Completed in 15 milliseconds