Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtc.func.c1442 static struct tildecache { struct
1455 const struct tildecache *p1, *p2; in tildecompare() argument
1529 struct tildecache *bp1, *bp2, *bp; in gettilde()
1537 tcache = xmalloc(TILINCR * sizeof(struct tildecache)); in gettilde()
1566 qsort(tcache, tlength, sizeof(struct tildecache), tildecompare); in gettilde()
1570 tcache = xrealloc(tcache, tsize * sizeof(struct tildecache)); in gettilde()