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