Home
last modified time | relevance | path

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

/original-bsd/lib/libedit/
H A Dtokenizer.c42 char *wptr, *wmax; /* Space and limit on the word buffer */ member
85 tok->wmax = tok->wspace + WINCR;
335 if (tok->wptr >= tok->wmax - 4) {
336 size_t size = tok->wmax - tok->wspace + WINCR;
347 tok->wmax = s + size;