Searched refs:coll_entry (Results 1 – 2 of 2) sorted by relevance
74 struct coll_entry { struct78 struct coll_entry *next; argument83 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()[all …]
291 auto& coll_entry = collation_map_[sig.get()]; in CollateResult() local292 if (coll_entry.sig == nullptr) { in CollateResult()293 coll_entry.sig = std::move(sig); in CollateResult()295 ++coll_entry.count; in CollateResult()