Searched refs:wspace (Results 1 – 6 of 6) sorted by relevance
75 char *wspace; /* Space of word buffer */ member125 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 …]
243 int proto, olen, wspace, r, flush; local265 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);
55 free(win->wspace);
186 if ((win->wspace = 200 lp->line = &win->wspace[i * nc];
134 __LDATA *wspace; /* window space (for cleanup) */ member
158 int wspace = 0; in strdelim() local182 wspace = 1; in strdelim()187 if (*s[0] == '=' && !wspace) in strdelim()