Home
last modified time | relevance | path

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

/dflybsd-src/contrib/tcsh-6/
H A Dtc.func.c1462 static struct tildecache { struct
1475 const struct tildecache *p1, *p2; in tildecompare() argument
1549 struct tildecache *bp1, *bp2, *bp; in gettilde()
1557 tcache = xmalloc(TILINCR * sizeof(struct tildecache)); in gettilde()
1586 qsort(tcache, tlength, sizeof(struct tildecache), tildecompare); in gettilde()
1590 tcache = xrealloc(tcache, tsize * sizeof(struct tildecache)); in gettilde()