Home
last modified time | relevance | path

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

/netbsd/src/lib/libedit/
Dtokenizer.c60 #define WINCR 20 macro
141 tok->wspace = tok_malloc(WINCR * sizeof(*tok->wspace)); in TYPE()
148 tok->wmax = tok->wspace + WINCR; in TYPE()
408 size_t size = (size_t)(tok->wmax - tok->wspace + WINCR); in FUN()