Searched refs:WINCR (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/lib/libedit/
H A Dtokenizer.c58 #define WINCR 20 macro
123 tok->wspace = (char *) tok_malloc(WINCR);
130 tok->wmax = tok->wspace + WINCR;
390 size_t size = tok->wmax - tok->wspace + WINCR;

Completed in 114 milliseconds