Searched defs:labhash (Results 1 – 2 of 2) sorted by relevance
69 static struct labhash { struct70 struct labhash *lh_next; argument71 u_int lh_hash;72 struct s_command *lh_cmd;73 int lh_ref;
431 struct dlnod *labhash[LABHS]; in refcount() local