Searched refs:label_type (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/groff/src/preproc/refer/
H A Dref.h31 enum label_type { NORMAL_LABEL, SHORT_LABEL }; enum
75 int merge_labels_by_parts(reference **, int, label_type, string &);
76 int merge_labels_by_number(reference **, int, label_type, string &);
85 const string &get_label(label_type type) const;
86 const substring_position &get_separator_pos(label_type) const;
95 int merge_labels(reference **, int, label_type, string &);
H A Drefer.cpp33 const char LABEL_MARKER = '\015'; // label_type is added on
108 static void output_citation_group(reference **v, int n, label_type, FILE *fp);
519 label_type lt = label_type(flags & ~(FORCE_LEFT_BRACKET
618 label_type type; // type of pending labels
793 static void output_citation_group(reference **v, int n, label_type type,
921 type = label_type(c - LABEL_MARKER);
H A Dlabel.y872 int reference::merge_labels(reference **v, int n, label_type type,
881 int reference::merge_labels_by_number(reference **v, int n, label_type type,
901 const substring_position &reference::get_separator_pos(label_type type) const
909 const string &reference::get_label(label_type type) const
917 int reference::merge_labels_by_parts(reference **v, int n, label_type type,
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zinject/
H A Dzinject.h61 err_type_t label_type, zinject_record_t *record);
H A Dtranslate.c430 translate_device(const char *pool, const char *device, err_type_t label_type, argument
467 } else if (label_type != TYPE_INVAL) {
473 switch (label_type) {
/freebsd-10-stable/sys/security/mac/
H A Dmac_syscalls.c233 short label_type; local
256 label_type = fp->f_type;

Completed in 151 milliseconds