pll                36 builtin/pack-redundant.c 	struct pll *next;
pll               282 builtin/pack-redundant.c static void pll_free(struct pll *l)
pll               284 builtin/pack-redundant.c 	struct pll *old;
pll               302 builtin/pack-redundant.c static struct pll * get_permutations(struct pack_list *list, int n)
pll               304 builtin/pack-redundant.c 	struct pll *subset, *ret = NULL, *new_pll = NULL;
pll               421 builtin/pack-redundant.c 	struct pll *perm, *perm_all, *perm_ok = NULL, *new_perm;
pll               453 builtin/pack-redundant.c 				new_perm = xmalloc(sizeof(struct pll));
pll               454 builtin/pack-redundant.c 				memcpy(new_perm, perm, sizeof(struct pll));