Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/tcsh/
Dtc.func.c1439 static struct tildecache { struct
1452 const struct tildecache *p1, *p2; in tildecompare() argument
1526 struct tildecache *bp1, *bp2, *bp; in gettilde()
1534 tcache = xmalloc(TILINCR * sizeof(struct tildecache)); in gettilde()
1563 qsort(tcache, tlength, sizeof(struct tildecache), tildecompare); in gettilde()
1567 tcache = xrealloc(tcache, tsize * sizeof(struct tildecache)); in gettilde()