Home | History | Annotate | Download | only in dtc

Lines Matching refs:LABEL

78 	LABEL,
133 struct label {
135 char *label;
136 struct label *next;
150 struct label *labels;
168 struct label *labels;
193 void add_label(struct label **labels, char *label);
194 void delete_labels(struct label **labels);
220 struct property *get_property_by_label(struct node *tree, const char *label,
222 struct marker *get_marker_label(struct node *tree, const char *label,
226 struct node *get_node_by_label(struct node *tree, const char *label);
240 struct label *labels;