Home | History | Annotate | Download | only in dist

Lines Matching refs:ohash

64 static	struct ohash	*manmerge(struct expr *, struct ohash *);
65 static struct ohash *manmerge_term(struct expr *, struct ohash *);
66 static struct ohash *manmerge_or(struct expr *, struct ohash *);
67 static struct ohash *manmerge_and(struct expr *, struct ohash *);
94 struct ohash *htab;
236 static struct ohash *
237 manmerge(struct expr *e, struct ohash *htab)
251 static struct ohash *
252 manmerge_term(struct expr *e, struct ohash *htab)
310 static struct ohash *
311 manmerge_or(struct expr *e, struct ohash *htab)
320 static struct ohash *
321 manmerge_and(struct expr *e, struct ohash *htab)
323 struct ohash *hand, *h1, *h2;