Lines Matching defs:label
438 const char *label, struct node *node,
446 othernode = get_node_by_label(dt, label);
449 otherprop = get_property_by_label(dt, label, &othernode);
451 othermark = get_marker_label(dt, label, &othernode,
458 FAIL(c, dti, node, "Duplicate label '%s' on " DESCLABEL_FMT
460 label, DESCLABEL_ARGS(node, prop, mark),
467 struct label *l;
471 check_duplicate_label(c, dti, l->label, node, NULL, NULL);
477 check_duplicate_label(c, dti, l->label, node, prop, NULL);
620 "label \"%s\"\n", m->ref);
653 FAIL(c, dti, node, "Reference to non-existent node or label \"%s\"\n",
687 WARNING_IF_NOT_STRING(label_is_string, "label");