Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c182 #define MAXLIT 256 /* is plenty big enough */ macro
199 #define ADDL(c) { if (_p >= &tmp[MAXLIT]) _p--; *_p++ = c; }
223 static uchar_t tmp[MAXLIT], best[MAXLIT];