HomeSort by: relevance | last modified time | path
    Searched refs:wspace (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libedit/
tokenizer.c 91 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/
delwin.c 74 free(win->wspace);
newwin.c 293 win->wspace = NULL;
298 if ((win->wspace =
309 free(win->wspace);
331 lp->line = &win->wspace[i * ncols];
resize.c 297 newwspace = realloc(win->wspace,
301 win->wspace = newwspace;
310 lp->line = &win->wspace[i * ncols];
curses_private.h 109 __LDATA *wspace; /* window space (for cleanup) */ member in struct:__window
  /src/sys/net/
ppp-deflate.c 235 int proto, olen, wspace, r, flush; local in function:z_compress
257 wspace = M_TRAILINGSPACE(m);
258 if (state->hdrlen + PPP_HDRLEN + 2 < wspace) {
260 wspace -= state->hdrlen;
276 state->strm.avail_out = wspace - (PPP_HDRLEN + 2);
281 wspace = 0;
309 m->m_len = wspace;
310 olen += wspace;
318 state->strm.avail_out = wspace = M_TRAILINGSPACE(m);
328 olen += (m->m_len = wspace - state->strm.avail_out)
    [all...]
  /src/usr.bin/tip/
remote.c 70 static char wspace[] = "\t\n\b\f"; variable in typeref:typename:char[]
182 EX = wspace;

Completed in 50 milliseconds