Lines Matching refs:lutp
394 struct lut *lutp = stmtnp->u.stmt.lutp; in check_stmt_required_properties() local
401 tree_s2np_lut_lookup(lutp, Allowednames[i].name) == NULL) in check_stmt_required_properties()
411 struct node *nvpairnp, struct lut *lutp) in check_stmt_allowed_properties() argument
429 else if ((np = tree_s2np_lut_lookup(lutp, s)) != NULL) { in check_stmt_allowed_properties()
476 struct lut *lutp; in check_propnames() local
491 lutp = Faults; in check_propnames()
506 lutp = Upsets; in check_propnames()
520 lutp = Defects; in check_propnames()
535 lutp = Errors; in check_propnames()
542 lutp = Ereports; in check_propnames()
561 if ((dnp = tree_event2np_lut_lookup(lutp, np)) == NULL) { in check_propnames()
721 if ((engnp = tree_s2np_lut_lookup(rhs->u.stmt.lutp, L_engine)) == NULL) in check_upset_engine()