Home
last modified time | relevance | path

Searched refs:get_label (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/groff/src/preproc/refer/
HDlabel.y895 result = get_label(type); in merge_labels_by_number()
897 result += v[i - 1]->get_label(type); in merge_labels_by_number()
909 const string &reference::get_label(label_type type) const in get_label() function
922 const string &lb = get_label(type); in merge_labels_by_parts()
926 || memcmp(lb.contents(), v[0]->get_label(type).contents(), in merge_labels_by_parts()
935 result.append(v[i]->get_label(type).contents() + sep_end_pos, in merge_labels_by_parts()
936 v[i]->get_label(type).length() - sep_end_pos); in merge_labels_by_parts()
939 && memcmp(lb.contents(), v[i]->get_label(type).contents(), in merge_labels_by_parts()
HDrefer.cpp780 const string &label = ref->get_label(NORMAL_LABEL); in immediately_output_references()
812 if (v[i]->get_label(type) != v[i - 1]->get_label(type)) in output_citation_group()
824 put_string(v[i]->get_label(type), fp); in output_citation_group()
981 const string &label = reference_hash_table[i]->get_label(NORMAL_LABEL); in output_references()
HDref.h85 const string &get_label(label_type type) const;
/freebsd-11-stable/contrib/gdb/gdb/
HDeval.c60 static char *get_label (struct expression *, int *);
181 get_label (struct expression *exp, int *pos) in get_label() function
218 while (get_label (exp, pos) != NULL) in evaluate_struct_tuple()
223 char *label = get_label (exp, &pc); in evaluate_struct_tuple()