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

  /src/lib/libedit/
tokenizer.c 89 Char *wptr, *wmax; /* Space and limit on the word buffer */ local in function:TYPE
148 tok->wmax = tok->wspace + WINCR;
407 if (tok->wptr >= tok->wmax - 4) {
408 size_t size = (size_t)(tok->wmax - tok->wspace + WINCR);
424 tok->wmax = s + size;
tokenizer.c 89 Char *wptr, *wmax; /* Space and limit on the word buffer */ local in function:TYPE
148 tok->wmax = tok->wspace + WINCR;
407 if (tok->wptr >= tok->wmax - 4) {
408 size_t size = (size_t)(tok->wmax - tok->wspace + WINCR);
424 tok->wmax = s + size;

Completed in 22 milliseconds