Searched refs:check_reportlist (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | check.c | 44 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 58 milliseconds