Lines Matching refs:carveup
307 struct carveup { struct
400 static char *string_field(struct carveup *tb, struct strawberry *field) in string_field()
521 static void show_ps(struct carveup *tb) in show_ps()
559 struct carveup *tb = (void *)toybuf; in get_ps()
928 struct carveup *ta = *(struct carveup **)aa, *tb = *(struct carveup **)bb; in ksort()
952 static struct carveup **collate(int count, struct dirtree *dt, in collate()
956 struct carveup **tbsort = xmalloc(count*sizeof(struct carveup *)); in collate()
1065 struct carveup **tbsort = collate(TT.kcount, dt, ksort); in ps_main()
1084 qsort(tbsort, TT.kcount, sizeof(struct carveup *), (void *)ksort); in ps_main()
1168 struct carveup **tb; in top_common()
1211 mix.tb = xmalloc((old.count+new.count)*sizeof(struct carveup)); in top_common()
1215 struct carveup *otb = *old.tb, *ntb = *new.tb; in top_common()
1245 qsort(mix.tb, mix.count, sizeof(struct carveup *), (void *)ksort); in top_common()
1309 struct carveup tb; in top_common()
1311 memset(&tb, 0, sizeof(struct carveup)); in top_common()
1479 static void do_pgk(struct carveup *tb) in do_pgk()
1498 static void match_pgrep(struct carveup *tb) in match_pgrep()