Lines Matching defs:label
415 const char *label, struct node *node,
423 othernode = get_node_by_label(dt, label);
426 otherprop = get_property_by_label(dt, label, &othernode);
428 othermark = get_marker_label(dt, label, &othernode,
435 FAIL(c, dti, node, "Duplicate label '%s' on " DESCLABEL_FMT
437 label, DESCLABEL_ARGS(node, prop, mark),
444 struct label *l;
448 check_duplicate_label(c, dti, l->label, node, NULL, NULL);
454 check_duplicate_label(c, dti, l->label, node, prop, NULL);
597 "label \"%s\"\n", m->ref);
630 FAIL(c, dti, node, "Reference to non-existent node or label \"%s\"\n",
665 WARNING_IF_NOT_STRING(label_is_string, "label");