Lines Matching refs:coll_entry
74 struct coll_entry { struct
78 struct coll_entry *next; argument
83 struct coll_entry **ary;
90 struct coll_entry *cmd;
99 static pid_t run_child(struct coll_entry *colle, struct tag_pgrp *active,
114 static char *subst_pcnt_f(struct coll_entry *colle);
903 run_child(struct coll_entry *colle, struct tag_pgrp *active, int quiet_mode, in run_child()
1158 static char *subst_pcnt_f(struct coll_entry *colle) in subst_pcnt_f()
1177 struct coll_entry *head, *p, *n; in get_collection()
1198 n = malloc(sizeof(struct coll_entry)); in get_collection()
1232 n = malloc(sizeof(struct coll_entry)); in get_collection()
1249 coll->ary = malloc(coll->cnt * sizeof(struct coll_entry *)); in get_collection()