Lines Matching refs:coll_entry
73 struct coll_entry { struct
77 struct coll_entry *next; argument
82 struct coll_entry **ary;
89 struct coll_entry *cmd;
98 static pid_t run_child(struct coll_entry *colle, struct tag_pgrp *active,
113 static char *subst_pcnt_f(struct coll_entry *colle);
895 run_child(struct coll_entry *colle, struct tag_pgrp *active, int quiet_mode, in run_child()
1152 static char *subst_pcnt_f(struct coll_entry *colle) in subst_pcnt_f()
1171 struct coll_entry *head, *p, *n; in get_collection()
1192 n = malloc(sizeof(struct coll_entry)); in get_collection()
1226 n = malloc(sizeof(struct coll_entry)); in get_collection()
1243 coll->ary = malloc(coll->cnt * sizeof(struct coll_entry *)); in get_collection()