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

  /src/usr.bin/tip/
remote.c 70 static char wspace[] = "\t\n\b\f"; variable in typeref:typename:char[]
182 EX = wspace;
  /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/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/lib/libcurses/
curses_private.h 109 __LDATA *wspace; /* window space (for cleanup) */ member in struct:__window

Completed in 22 milliseconds