Searched refs:check_nork (Results 1 – 1 of 1) sorted by relevance
56 static int check_nork(struct node *np);175 if (!check_nork(np->u.arrow.nnp) || in check_arrow()176 !check_nork(np->u.arrow.knp)) in check_arrow()191 check_nork(struct node *np) in check_nork() function