Home
last modified time | relevance | path

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

/external/libedit/src/
Dtokenizer.c63 #define WINCR 20 macro
130 tok->wspace = tok_malloc(WINCR * sizeof(*tok->wspace)); in TYPE()
137 tok->wmax = tok->wspace + WINCR; in TYPE()
397 size_t size = (size_t)(tok->wmax - tok->wspace + WINCR); in FUN()