Searched defs:hmatch (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.c86 static void hmatch(struct info *infop, struct node *np, struct node *nextnp);
612 * Now complete hmatch.
643 * side of the prop that should be passed to hmatch() for each match
672 hmatch(infop, nextnp, NULL);
782 * hmatch -- check for horizontal expansion matches
792 hmatch(struct info *infop, struct node *np, struct node *nextnp) function
800 * below due to horizontal expansion), call hmatch on
808 hmatch(infop, np->u.expr.left, nextnp);
810 hmatch(infop, np->u.expr.right, nextnp);
820 "hmatch
[all...]

Completed in 47 milliseconds