Searched refs:label_type (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/ |
H A D | ref.h | 33 enum label_type { NORMAL_LABEL, SHORT_LABEL }; enum 77 int merge_labels_by_parts(reference **, int, label_type, string &); 78 int merge_labels_by_number(reference **, int, label_type, string &); 87 const string &get_label(label_type type) const; 88 const substring_position &get_separator_pos(label_type) const; 97 int merge_labels(reference **, int, label_type, string &);
|
H A D | refer.cpp | 110 static void output_citation_group(reference **v, int n, label_type, FILE *fp); 521 label_type lt = label_type(flags & ~(FORCE_LEFT_BRACKET in do_file() 620 label_type type; // type of pending labels 795 static void output_citation_group(reference **v, int n, label_type type, in output_citation_group() 923 type = label_type(c - LABEL_MARKER); in process()
|
H A D | label.y | 874 int reference::merge_labels(reference **v, int n, label_type type, in merge_labels() 883 int reference::merge_labels_by_number(reference **v, int n, label_type type, in merge_labels_by_number() 903 const substring_position &reference::get_separator_pos(label_type type) const in get_separator_pos() 911 const string &reference::get_label(label_type type) const in get_label() 919 int reference::merge_labels_by_parts(reference **v, int n, label_type type, in merge_labels_by_parts()
|
/netbsd-src/external/cddl/osnet/dist/cmd/zinject/ |
H A D | translate.c | 430 translate_device(const char *pool, const char *device, err_type_t label_type, in translate_device() argument 467 } else if (label_type != TYPE_INVAL) { in translate_device() 473 switch (label_type) { in translate_device()
|
H A D | zinject.h | 61 err_type_t label_type, zinject_record_t *record);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | symbol.cc | 2786 gfc_sl_type label_type; in gfc_reference_st_label() local 2796 label_type = lp->defined; in gfc_reference_st_label() 2799 label_type = lp->referenced; in gfc_reference_st_label() 2803 if (label_type == ST_LABEL_FORMAT in gfc_reference_st_label() 2811 if ((label_type == ST_LABEL_TARGET || label_type == ST_LABEL_DO_TARGET in gfc_reference_st_label() 2812 || label_type == ST_LABEL_BAD_TARGET) in gfc_reference_st_label()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | symbol.c | 2779 gfc_sl_type label_type; in gfc_reference_st_label() local 2789 label_type = lp->defined; in gfc_reference_st_label() 2792 label_type = lp->referenced; in gfc_reference_st_label() 2796 if (label_type == ST_LABEL_FORMAT in gfc_reference_st_label() 2804 if ((label_type == ST_LABEL_TARGET || label_type == ST_LABEL_DO_TARGET in gfc_reference_st_label() 2805 || label_type == ST_LABEL_BAD_TARGET) in gfc_reference_st_label()
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
H A D | llvm.ml | 520 external label_type : llcontext -> lltype = "llvm_label_type"
|
H A D | llvm.mli | 756 (** [label_type c] creates a type of a basic block in the context [c]. See 758 val label_type : llcontext -> lltype val
|