/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/ |
H A D | ref.h | 24 int compare_reference(const reference &, const reference &); 25 int same_reference(const reference &, const reference &); 26 int same_year(const reference &, const reference &); 27 int same_date(const reference &, const reference &); 28 int same_author_last_name(const reference &, const reference &, int); 29 int same_author_name(const reference &, const reference &, int); 50 class reference { 77 int merge_labels_by_parts(reference **, int, label_type, string &); 78 int merge_labels_by_number(reference **, int, label_type, string &); 80 reference(const char * = 0, int = -1, reference_id * = 0); [all …]
|
H A D | label.y | 56 virtual void evaluate(int, const reference &, string &, 64 void evaluate(int, const reference &, string &, substring_position &); 75 void evaluate(int, const reference &, string &, substring_position &); 84 void evaluate(int, const reference &, string &, substring_position &); 92 void evaluate(int, const reference &, string &, substring_position &); 101 void evaluate(int, const reference &, string &, substring_position &) = 0; 111 void evaluate(int, const reference &, string &, substring_position &); 118 void evaluate(int, const reference &, string &, substring_position &); 131 void evaluate(int, const reference &, string &, substring_position &); 143 void evaluate(int, const reference &, string &, substring_position &); [all …]
|
H A D | refer.cpp | 89 static reference **citation = 0; 93 static reference **reference_hash_table = 0; 106 static reference *make_reference(const string &, unsigned *); 110 static void output_citation_group(reference **v, int n, label_type, FILE *fp); 622 reference **rptr; // pointer to next reference 627 label_processing_state(reference **, int, FILE *); 685 static void store_citation(reference *ref) in store_citation() 689 citation = new reference*[citation_max = 100]; in store_citation() 691 reference **old_citation = citation; in store_citation() 693 citation = new reference *[citation_max]; in store_citation() [all …]
|
H A D | ref.cpp | 56 reference::reference(const char *start, int len, reference_id *ridp) in reference() function in reference 156 reference::~reference() in ~reference() 164 void reference::merge(reference &ref) in merge() 195 void reference::insert_field(unsigned char c, string &s) in insert_field() 224 void reference::delete_field(unsigned char c) in delete_field() 244 void reference::compute_hash_code() in compute_hash_code() 258 void reference::set_number(int n) in set_number() 419 void reference::compute_sort_key() in compute_sort_key() 458 void reference::sortify_authors(int n, string &result) const in sortify_authors() 468 void reference::canonicalize_authors(string &result) const in canonicalize_authors() [all …]
|
/netbsd-src/tests/usr.bin/nbperf/ |
H A D | t_nbperf.sh | 30 rm -f reference.txt input.txt hash.c hash.map testprog 43 seq 0 $(($n - 1)) > reference.txt 44 atf_check -o file:reference.txt \ 65 seq 0 11 > reference.txt 68 atf_check -o file:reference.txt \ 73 atf_check -o file:reference.txt \ 93 seq 0 $(($n - 1)) > reference.txt 94 atf_check -o file:reference.txt \ 115 seq 0 9 > reference.txt 118 atf_check -o file:reference.txt \ [all …]
|
/netbsd-src/distrib/sets/lists/misc/ |
H A D | mi | 6 ./usr/share/dict/README misc-reference-share share 7 ./usr/share/dict/american misc-reference-share share 8 ./usr/share/dict/british misc-reference-share share 9 ./usr/share/dict/eign misc-reference-share share,groff 10 ./usr/share/dict/propernames misc-reference-share share 11 ./usr/share/dict/special/math misc-reference-share share 12 ./usr/share/dict/special/netbsd misc-reference-share share 13 ./usr/share/dict/stop misc-reference-share share 14 ./usr/share/dict/web2 misc-reference-share share 15 ./usr/share/dict/web2a misc-reference-share share [all …]
|
/netbsd-src/external/bsd/liblzf/dist/cs/ |
H A D | CLZF.cs | 167 long reference; in lzf_compress() 179 reference = htab[hslot]; in lzf_compress() 182 if ((off = iidx - reference - 1) < MAX_OFF in lzf_compress() 184 && reference > 0 in lzf_compress() 185 && in_data[reference+0] == in_data[iidx+0] in lzf_compress() 186 && in_data[reference+1] == in_data[iidx+1] in lzf_compress() 187 && in_data[reference+2] == in_data[iidx+2] in lzf_compress() 200 while (len < maxlen && in_data[reference+len] == in_data[iidx+len]); in lzf_compress() 304 int reference = (int)(oidx - ((ctrl & 0x1f) << 8) - 1); in lzf_decompress() 309 reference -= in_data[iidx++]; in lzf_decompress() [all …]
|
/netbsd-src/external/mpl/bind/dist/doc/arm/ |
H A D | conf.py | 67 reference = nodes.reference( 71 reference += nodes.strong(self.title, self.title) 73 reference += nodes.strong(cve_identifier, cve_identifier) 80 return [index, target, reference], [] 101 reference = nodes.reference( 105 reference += nodes.strong(self.title, self.title) 107 reference += nodes.strong(gl_identifier, gl_identifier) 114 return [index, target, reference], [] [all...] |
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | stl_iterator_base_types.h | 138 typedef _Reference reference; in _GLIBCXX_VISIBILITY() typedef 166 typename _Iterator::reference>> in _GLIBCXX_VISIBILITY() 172 typedef typename _Iterator::reference reference; in _GLIBCXX_VISIBILITY() 188 typedef typename _Iterator::reference reference; in _GLIBCXX_VISIBILITY() 205 using reference = _Tp&; in _GLIBCXX_VISIBILITY() 216 typedef _Tp& reference; in _GLIBCXX_VISIBILITY() 227 typedef const _Tp& reference; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | stl_iterator_base_types.h | 138 typedef _Reference reference; in _GLIBCXX_VISIBILITY() typedef 166 typename _Iterator::reference>> in _GLIBCXX_VISIBILITY() 172 typedef typename _Iterator::reference reference; in _GLIBCXX_VISIBILITY() 188 typedef typename _Iterator::reference reference; in _GLIBCXX_VISIBILITY() 205 using reference = _Tp&; in _GLIBCXX_VISIBILITY() 216 typedef _Tp& reference; in _GLIBCXX_VISIBILITY() 227 typedef const _Tp& reference; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/bin/chmod/ |
H A D | chmod.c | 79 char *mode, *reference; in main() local 86 reference = NULL; in main() 91 reference = optarg; in main() 144 if (argc == 0 || (argc == 1 && reference == NULL)) in main() 167 if (reference == NULL) { in main() 177 if (stat(reference, &st) == -1) in main() 178 err(EXIT_FAILURE, "Cannot stat `%s'", reference); in main()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | simple_ilist.h | 92 using reference = typename OptionsT::reference; variable 138 reference front() { return *begin(); } in front() 140 reference back() { return *rbegin(); } in back() 144 void push_front(reference Node) { insert(begin(), Node); } in push_front() 147 void push_back(reference Node) { insert(end(), Node); } in push_back() 159 iterator insert(iterator I, reference Node) { in insert() 183 void remove(reference N) { list_base_type::remove(*this->getNodePtr(&N)); } in remove() 187 void removeAndDispose(reference N, Disposer dispose) { in removeAndDispose() 279 RI = std::find_if(RI, RE, [&](reference RV) { return !comp(RV, *LI); }); in merge()
|
H A D | PackedVector.h | 82 class reference { 87 reference() = delete; 88 reference(PackedVector &vec, unsigned idx) : Vec(vec), Idx(idx) {} in reference() function 90 reference &operator=(T val) { 123 reference operator[](unsigned Idx) { 124 return reference(*this, Idx);
|
/netbsd-src/external/gpl2/dtc/dist/tests/ |
H A D | references.dts | 9 ref = <&{/node2}>; /* reference precedes target */ 14 ref = <&{/node1}>; /* reference after target */ 27 /* This self-reference is the standard way to tag a node as requiring 28 * a phandle (perhaps for reference by nodes that will be dynamically 30 * The self-reference requires some special internal handling, though
|
H A D | multilabel.dts | 13 ref = <&{/node2}>; /* reference precedes target */ 18 ref = <&{/node1}>; /* reference after target */ 32 /* This self-reference is the standard way to tag a node as requiring 33 * a phandle (perhaps for reference by nodes that will be dynamically 35 * The self-reference requires some special internal handling, though
|
H A D | multilabel_merge.dts | 11 ref = <&{/node2}>; /* reference precedes target */ 16 ref = <&{/node1}>; /* reference after target */ 30 /* This self-reference is the standard way to tag a node as requiring 31 * a phandle (perhaps for reference by nodes that will be dynamically 33 * The self-reference requires some special internal handling, though
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/ |
H A D | traits.hpp | 78 typename type_traits::reference, 90 typename type_traits::reference, 102 typename type_traits::reference, 114 typename type_traits::reference, 182 typename type_traits::reference, 196 typename type_traits::reference,
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/ |
H A D | traits.hpp | 78 typename type_traits::reference, 90 typename type_traits::reference, 102 typename type_traits::reference, 114 typename type_traits::reference, 182 typename type_traits::reference, 196 typename type_traits::reference,
|
/netbsd-src/sbin/chown/ |
H A D | chown.c | 86 char *cp, *reference; in main() local 95 reference = NULL; in main() 102 reference = optarg; in main() 144 if (argc == 0 || (argc == 1 && reference == NULL)) in main() 164 if (reference == NULL) { in main() 185 if (stat(reference, &st) == -1) in main() 186 err(EXIT_FAILURE, "Cannot stat `%s'", reference); in main()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/ |
H A D | glue_memory_impl.h | 27 typedef typename iterator_traits<_InputIterator>::reference _ReferenceType1; in uninitialized_copy() 28 typedef typename iterator_traits<_ForwardIterator>::reference _ReferenceType2; in uninitialized_copy() 61 typedef typename iterator_traits<_InputIterator>::reference _ReferenceType1; in uninitialized_copy_n() 62 typedef typename iterator_traits<_ForwardIterator>::reference _ReferenceType2; in uninitialized_copy_n() 97 typedef typename iterator_traits<_InputIterator>::reference _ReferenceType1; in uninitialized_move() 98 typedef typename iterator_traits<_ForwardIterator>::reference _ReferenceType2; in uninitialized_move() 131 typedef typename iterator_traits<_InputIterator>::reference _ReferenceType1; in uninitialized_move_n() 132 typedef typename iterator_traits<_ForwardIterator>::reference _ReferenceType2; in uninitialized_move_n() 166 typedef typename iterator_traits<_ForwardIterator>::reference _ReferenceType; in uninitialized_fill() 196 typedef typename iterator_traits<_ForwardIterator>::reference _ReferenceType; in uninitialized_fill_n() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/ |
H A D | glue_memory_impl.h | 27 typedef typename iterator_traits<_InputIterator>::reference _ReferenceType1; in uninitialized_copy() 28 typedef typename iterator_traits<_ForwardIterator>::reference _ReferenceType2; in uninitialized_copy() 61 typedef typename iterator_traits<_InputIterator>::reference _ReferenceType1; in uninitialized_copy_n() 62 typedef typename iterator_traits<_ForwardIterator>::reference _ReferenceType2; in uninitialized_copy_n() 96 typedef typename iterator_traits<_InputIterator>::reference _ReferenceType1; in uninitialized_move() 97 typedef typename iterator_traits<_ForwardIterator>::reference _ReferenceType2; in uninitialized_move() 130 typedef typename iterator_traits<_InputIterator>::reference _ReferenceType1; in uninitialized_move_n() 131 typedef typename iterator_traits<_ForwardIterator>::reference _ReferenceType2; in uninitialized_move_n() 165 typedef typename iterator_traits<_ForwardIterator>::reference _ReferenceType; in uninitialized_fill() 195 typedef typename iterator_traits<_ForwardIterator>::reference _ReferenceType; in uninitialized_fill_n() [all …]
|
/netbsd-src/external/gpl2/groff/dist/contrib/pdfmark/ |
H A D | pdfroff.sh | 204 with the --reference-dictionary option, if processing a 205 document stream to produce only a reference dictionary. 207 --no-reference-dictionary 208 Suppress the generation of a '$CMD' reference dictionary 210 reference dictionary, at the start of document processing; 212 advance, that no reference dictionary is required. 214 --reference-dictionary=name 215 Save the document reference dictionary in file 'name'. 219 then the reference dictionary, created during the normal
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/ |
H A D | bitset | 53 // In C++11 we rely on normal reference type to preserve the property 57 typedef typename _Base::reference reference; 59 // bit reference: 60 class reference 61 : private _Base::reference 64 typedef typename _Base::reference _Base_ref; 67 reference(); 69 reference(const _Base_ref& __base, bitset* __seq) _GLIBCXX_NOEXCEPT 75 reference(const reference& __x) _GLIBCXX_NOEXCEPT 80 reference& [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
H A D | bitset | 53 // In C++11 we rely on normal reference type to preserve the property 57 typedef typename _Base::reference reference; 59 // bit reference: 60 class reference 61 : private _Base::reference 64 typedef typename _Base::reference _Base_ref; 67 reference(); 69 reference(const _Base_ref& __base, bitset* __seq) _GLIBCXX_NOEXCEPT 75 reference(const reference& __x) _GLIBCXX_NOEXCEPT 80 reference& [all …]
|
/netbsd-src/external/bsd/ntp/dist/sntp/ag-tpl/0-old/ |
H A D | Mdoc.pm | 199 my %reference; 202 if ($reference{authors}) { 203 $reference{authors} .= " and @_" 206 $reference{authors} = "@_"; 210 def_macro('.%T', sub { $reference{title} = "@_"; () } ); 211 def_macro('.%O', sub { $reference{optional} = "@_"; () } ); 217 my @ret = $sub->(\%reference); 218 %reference = (); @ret
|