Searched refs:TIENT (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/usr.bin/infocmp/
H A Dinfocmp.c53 } TIENT; typedef in typeref:struct:tient
121 const TIENT *ta, *tb;
123 ta = (const TIENT *)a;
124 tb = (const TIENT *)b;
144 print_ent(const TIENT *ents, size_t nents)
220 load_ents(TIENT *ents, TERMINAL *t, char type)
299 qsort(ents, n, sizeof(TIENT), ent_compare);
304 cprint_ent(TIENT *ent)
351 compare_ents(TIENT *ents1, size_t n1, TIENT *ents
[all...]

Completed in 126 milliseconds