Searched refs:tildecache (Results 1 – 1 of 1) sorted by relevance
1439 static struct tildecache { struct1452 const struct tildecache *p1, *p2; in tildecompare() argument1526 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()