Lines Matching refs:nvpairnp
411 struct node *nvpairnp, struct lut *lutp) in check_stmt_allowed_properties() argument
414 const char *s = nvpairnp->u.expr.left->u.name.s; in check_stmt_allowed_properties()
421 nvpairnp->u.expr.right); in check_stmt_allowed_properties()
426 outfl(O_ERR, nvpairnp->file, nvpairnp->line, in check_stmt_allowed_properties()
433 if (np->t != nvpairnp->u.expr.right->t) in check_stmt_allowed_properties()
434 outfl(O_ERR, nvpairnp->file, nvpairnp->line, in check_stmt_allowed_properties()
441 if (np->u.ull == nvpairnp->u.expr.right->u.ull) in check_stmt_allowed_properties()
447 nvpairnp->u.expr.right) == 0) in check_stmt_allowed_properties()
453 nvpairnp->u.expr.right) == 0) in check_stmt_allowed_properties()
458 outfl(O_ERR, nvpairnp->file, nvpairnp->line, in check_stmt_allowed_properties()
461 nvpairnp->u.expr.left->u.name.s, in check_stmt_allowed_properties()
465 outfl(O_ERR, nvpairnp->file, nvpairnp->line, in check_stmt_allowed_properties()
469 (*Allowednames[i].checker)(t, s, nvpairnp->u.expr.right); in check_stmt_allowed_properties()