Searched refs:check_reportlist (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dcheck.c44 static int check_reportlist(enum nodetype t, const char *s, struct node *np);
90 { T_SERD, "trip", 0, check_reportlist, O_ERR },
222 check_reportlist(enum nodetype t, const char *s, struct node *np) function
238 (void) check_reportlist(t, s, np->u.expr.left);
239 (void) check_reportlist(t, s, np->u.expr.right);

Completed in 60 milliseconds