Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtc.func.c1448 #define TILINCR 10 macro
1450 static size_t tsize = TILINCR;
1537 tcache = xmalloc(TILINCR * sizeof(struct tildecache)); in gettilde()
1569 tsize += TILINCR; in gettilde()
1595 tsize = TILINCR; in getusername()