Home
last modified time | relevance | path

Searched defs:comp (Results 101 – 125 of 17384) sorted by relevance

12345678910>>...696

/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/multi_index/detail/
H A Dord_index_ops.hpp67 const CompatibleCompare& comp) in ordered_index_find()
85 const CompatibleCompare& comp,mpl::true_) in ordered_index_find()
96 const CompatibleCompare& comp,mpl::false_) in ordered_index_find()
117 const CompatibleCompare& comp) in ordered_index_lower_bound()
133 const CompatibleCompare& comp,mpl::true_) in ordered_index_lower_bound()
144 const CompatibleCompare& comp,mpl::false_) in ordered_index_lower_bound()
163 const CompatibleCompare& comp) in ordered_index_upper_bound()
179 const CompatibleCompare& comp,mpl::true_) in ordered_index_upper_bound()
190 const CompatibleCompare& comp,mpl::false_) in ordered_index_upper_bound()
209 const CompatibleCompare& comp) in ordered_index_equal_range()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/multi_index/detail/
H A Dord_index_ops.hpp67 const CompatibleCompare& comp) in ordered_index_find()
85 const CompatibleCompare& comp,mpl::true_) in ordered_index_find()
96 const CompatibleCompare& comp,mpl::false_) in ordered_index_find()
117 const CompatibleCompare& comp) in ordered_index_lower_bound()
133 const CompatibleCompare& comp,mpl::true_) in ordered_index_lower_bound()
144 const CompatibleCompare& comp,mpl::false_) in ordered_index_lower_bound()
163 const CompatibleCompare& comp) in ordered_index_upper_bound()
179 const CompatibleCompare& comp,mpl::true_) in ordered_index_upper_bound()
190 const CompatibleCompare& comp,mpl::false_) in ordered_index_upper_bound()
209 const CompatibleCompare& comp) in ordered_index_equal_range()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/multi_index/detail/
H A Dord_index_ops.hpp67 const CompatibleCompare& comp) in ordered_index_find()
85 const CompatibleCompare& comp,mpl::true_) in ordered_index_find()
96 const CompatibleCompare& comp,mpl::false_) in ordered_index_find()
117 const CompatibleCompare& comp) in ordered_index_lower_bound()
133 const CompatibleCompare& comp,mpl::true_) in ordered_index_lower_bound()
144 const CompatibleCompare& comp,mpl::false_) in ordered_index_lower_bound()
163 const CompatibleCompare& comp) in ordered_index_upper_bound()
179 const CompatibleCompare& comp,mpl::true_) in ordered_index_upper_bound()
190 const CompatibleCompare& comp,mpl::false_) in ordered_index_upper_bound()
209 const CompatibleCompare& comp) in ordered_index_equal_range()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/multi_index/detail/
H A Dord_index_ops.hpp67 const CompatibleCompare& comp) in ordered_index_find()
85 const CompatibleCompare& comp,mpl::true_) in ordered_index_find()
96 const CompatibleCompare& comp,mpl::false_) in ordered_index_find()
117 const CompatibleCompare& comp) in ordered_index_lower_bound()
133 const CompatibleCompare& comp,mpl::true_) in ordered_index_lower_bound()
144 const CompatibleCompare& comp,mpl::false_) in ordered_index_lower_bound()
163 const CompatibleCompare& comp) in ordered_index_upper_bound()
179 const CompatibleCompare& comp,mpl::true_) in ordered_index_upper_bound()
190 const CompatibleCompare& comp,mpl::false_) in ordered_index_upper_bound()
209 const CompatibleCompare& comp) in ordered_index_equal_range()
[all …]
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
H A DTestComparisonBuilder.java32 private void verifyOrdering(DiscreteComparator<String> comp, in verifyOrdering()
69 DiscreteComparator<String> comp; in dtdAttributes() local
110 DiscreteComparator<String> comp = builder.get(); in TestDtdElements() local
151 DiscreteComparator<Integer> comp = builder.get(); in TestMonkey() local
208 DiscreteComparator<String> comp = builder.get(); in TestCycle2() local
221 DiscreteComparator<String> comp = new Builder<String>(order) in TestFallback() local
230 private void expectException(DiscreteComparator<String> comp, String a, in expectException()
253 DiscreteComparator<String> comp = builder.get(); in TestFallback2() local
269 DiscreteComparator<T> comp = builder.get(); in mustHaveException() local
/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DStackTarget.java52 public static Type forceLazyIfNeeded(Compilation comp, Type stackType, Type type) { in forceLazyIfNeeded()
58 public static Type forceLazy(Compilation comp, Type stackType, Type type) { in forceLazy()
87 protected boolean compileFromStack0(Compilation comp, Type stackType) in compileFromStack0()
92 static boolean compileFromStack0(Compilation comp, Type stackType, Type type) in compileFromStack0()
124 public static void convert(Compilation comp, Type stackType, Type targetType) in convert()
130 protected static void emitCoerceFromObject(Type type, Compilation comp) in emitCoerceFromObject()
151 public void compileFromStack(Compilation comp, Type stackType) { in compileFromStack()
165 protected void doCoerce(Compilation comp) { in doCoerce()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/exec/cuda/internal/
H A DExecutionPolicy.h39 vtkm::exec::cuda::internal::WrappedBinaryPredicate<T, vtkm::SortLess> comp) in sort()
51 vtkm::exec::cuda::internal::WrappedBinaryPredicate<T, vtkm::SortLess> comp) in sort_by_key()
63 vtkm::exec::cuda::internal::WrappedBinaryPredicate<T, ::thrust::less<T>> comp) in sort()
75 vtkm::exec::cuda::internal::WrappedBinaryPredicate<T, ::thrust::less<T>> comp) in sort_by_key()
87 vtkm::exec::cuda::internal::WrappedBinaryPredicate<T, vtkm::SortGreater> comp) in sort()
99 vtkm::exec::cuda::internal::WrappedBinaryPredicate<T, vtkm::SortGreater> comp) in sort_by_key()
111 vtkm::exec::cuda::internal::WrappedBinaryPredicate<T, ::thrust::greater<T>> comp) in sort()
123 vtkm::exec::cuda::internal::WrappedBinaryPredicate<T, ::thrust::greater<T>> comp) in sort_by_key()
134 StrictWeakOrdering comp) in sort()
150 StrictWeakOrdering comp) in sort_by_key()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/exec/cuda/internal/
H A DExecutionPolicy.h49 vtkm::exec::cuda::internal::WrappedBinaryPredicate<T, vtkm::SortLess> comp) in sort()
61 vtkm::exec::cuda::internal::WrappedBinaryPredicate<T, vtkm::SortLess> comp) in sort_by_key()
73 vtkm::exec::cuda::internal::WrappedBinaryPredicate<T, ::thrust::less<T>> comp) in sort()
85 vtkm::exec::cuda::internal::WrappedBinaryPredicate<T, ::thrust::less<T>> comp) in sort_by_key()
97 vtkm::exec::cuda::internal::WrappedBinaryPredicate<T, vtkm::SortGreater> comp) in sort()
109 vtkm::exec::cuda::internal::WrappedBinaryPredicate<T, vtkm::SortGreater> comp) in sort_by_key()
121 vtkm::exec::cuda::internal::WrappedBinaryPredicate<T, ::thrust::greater<T>> comp) in sort()
133 vtkm::exec::cuda::internal::WrappedBinaryPredicate<T, ::thrust::greater<T>> comp) in sort_by_key()
144 StrictWeakOrdering comp) in sort()
160 StrictWeakOrdering comp) in sort_by_key()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ComponentEditor/Components/
H A Djucer_TextEditorHandler.h49 XmlElement* createXmlFor (Component* comp, const ComponentLayout* layout) override in createXmlFor()
66 …bool restoreFromXml (const XmlElement& xml, Component* comp, const ComponentLayout* layout) overri… in restoreFromXml()
138 TextEditorMultiLineProperty (TextEditor* comp, JucerDocument& doc) in TextEditorMultiLineProperty()
161 … TextEditorMultilineChangeAction (TextEditor* const comp, ComponentLayout& l, const int newState_) in TextEditorMultilineChangeAction()
194 TextEditorReadOnlyProperty (TextEditor* comp, JucerDocument& doc) in TextEditorReadOnlyProperty()
211 … TextEditorReadonlyChangeAction (TextEditor* const comp, ComponentLayout& l, const bool newState_) in TextEditorReadonlyChangeAction()
242 TextEditorScrollbarsProperty (TextEditor* comp, JucerDocument& doc) in TextEditorScrollbarsProperty()
290 TextEditorCaretProperty (TextEditor* comp, JucerDocument& doc) in TextEditorCaretProperty()
307 … TextEditorCaretChangeAction (TextEditor* const comp, ComponentLayout& l, const bool newState_) in TextEditorCaretChangeAction()
338 TextEditorPopupMenuProperty (TextEditor* comp, JucerDocument& doc) in TextEditorPopupMenuProperty()
[all …]
/dports/audio/baresip/baresip-0.5.8/modules/natpmp/
H A Dnatpmp.c30 struct comp { struct
31 struct natpmp_req *natpmp;
33 struct tmr tmr;
34 uint16_t int_port;
35 uint32_t lifetime;
36 unsigned id;
37 bool granted;
72 struct comp *comp = &m->compv[i]; in media_destructor() local
136 struct comp *comp = arg; in refresh_timeout() local
148 struct comp *comp = arg; in natpmp_resp_handler() local
[all …]
/dports/devel/libical/libical-3.0.8/src/libical/
H A Dicalrestriction.c.in108 const icalrestriction_property_record *rec, icalcomponent *comp, icalproperty *prop)
127 rec, icalcomponent *comp,
146 icalcomponent *comp, icalproperty *prop)
163 rec, icalcomponent *comp,
182 const icalrestriction_property_record *rec, icalcomponent *comp, icalproperty *prop)
198 const icalrestriction_property_record *rec, icalcomponent *comp, icalproperty *prop)
248 icalcomponent *comp, icalproperty *prop)
257 icalcomponent *comp, icalproperty *prop)
271 icalcomponent *comp, icalproperty *prop)
282 icalcomponent *comp, icalproperty *prop)
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/move/algo/detail/
H A Dmerge.hpp162 , Compare comp in op_merge_left()
245 (RandIt first1, RandIt last1, RandIt last2, RandIt buf_last, Compare comp) in merge_right()
255 (RandIt first1, RandIt last1, RandIt last2, RandIt buf_last, Compare comp) in swap_merge_right()
422 explicit negate(Comp comp) in negate()
444 explicit inverse(Comp comp) in inverse()
463 , Compare comp, Op op) in op_merge_with_right_placed()
490 , Compare comp) in swap_merge_with_right_placed()
500 , Compare comp, Op op) in op_merge_with_left_placed()
533 , Compare comp) in merge_with_left_placed()
543 , Compare comp) in merge_with_right_placed()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/move/algo/detail/
H A Dmerge.hpp162 , Compare comp in op_merge_left()
245 (RandIt first1, RandIt last1, RandIt last2, RandIt buf_last, Compare comp) in merge_right()
255 (RandIt first1, RandIt last1, RandIt last2, RandIt buf_last, Compare comp) in swap_merge_right()
422 explicit negate(Comp comp) in negate()
444 explicit inverse(Comp comp) in inverse()
463 , Compare comp, Op op) in op_merge_with_right_placed()
490 , Compare comp) in swap_merge_with_right_placed()
500 , Compare comp, Op op) in op_merge_with_left_placed()
533 , Compare comp) in merge_with_left_placed()
543 , Compare comp) in merge_with_right_placed()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/intrusive/
H A Dsplaytree_algorithms.hpp269 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in count()
284 (const const_node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in count()
291 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in lower_bound()
310 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in upper_bound()
329 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in find()
346 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in equal_range()
365 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in lower_bound_range()
406 (const node_ptr & header, const node_ptr & new_node, NodePtrCompare comp) in insert_equal_upper_bound()
416 (const node_ptr & header, const node_ptr & new_node, NodePtrCompare comp) in insert_equal_lower_bound()
463 ,KeyNodePtrCompare comp, insert_commit_data &commit_data) in insert_unique_check()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/intrusive/
H A Dsplaytree_algorithms.hpp269 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in count()
284 (const const_node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in count()
291 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in lower_bound()
310 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in upper_bound()
329 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in find()
346 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in equal_range()
365 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in lower_bound_range()
406 (const node_ptr & header, const node_ptr & new_node, NodePtrCompare comp) in insert_equal_upper_bound()
416 (const node_ptr & header, const node_ptr & new_node, NodePtrCompare comp) in insert_equal_lower_bound()
463 ,KeyNodePtrCompare comp, insert_commit_data &commit_data) in insert_unique_check()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/intrusive/
H A Dsplaytree_algorithms.hpp269 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in count()
284 (const const_node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in count()
291 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in lower_bound()
310 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in upper_bound()
329 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in find()
346 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in equal_range()
365 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in lower_bound_range()
406 (const node_ptr & header, const node_ptr & new_node, NodePtrCompare comp) in insert_equal_upper_bound()
416 (const node_ptr & header, const node_ptr & new_node, NodePtrCompare comp) in insert_equal_lower_bound()
463 ,KeyNodePtrCompare comp, insert_commit_data &commit_data) in insert_unique_check()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/intrusive/
H A Dsplaytree_algorithms.hpp269 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in count()
284 (const const_node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in count()
291 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in lower_bound()
310 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in upper_bound()
329 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in find()
346 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in equal_range()
365 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in lower_bound_range()
406 (const node_ptr & header, const node_ptr & new_node, NodePtrCompare comp) in insert_equal_upper_bound()
416 (const node_ptr & header, const node_ptr & new_node, NodePtrCompare comp) in insert_equal_lower_bound()
463 ,KeyNodePtrCompare comp, insert_commit_data &commit_data) in insert_unique_check()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/intrusive/
H A Dsplaytree_algorithms.hpp269 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in count()
284 (const const_node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in count()
291 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in lower_bound()
310 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in upper_bound()
329 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in find()
346 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in equal_range()
365 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in lower_bound_range()
406 (const node_ptr & header, const node_ptr & new_node, NodePtrCompare comp) in insert_equal_upper_bound()
416 (const node_ptr & header, const node_ptr & new_node, NodePtrCompare comp) in insert_equal_lower_bound()
463 ,KeyNodePtrCompare comp, insert_commit_data &commit_data) in insert_unique_check()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/intrusive/
H A Dsplaytree_algorithms.hpp269 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in count()
284 (const const_node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in count()
291 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in lower_bound()
310 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in upper_bound()
329 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in find()
346 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in equal_range()
365 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in lower_bound_range()
406 (const node_ptr & header, const node_ptr & new_node, NodePtrCompare comp) in insert_equal_upper_bound()
416 (const node_ptr & header, const node_ptr & new_node, NodePtrCompare comp) in insert_equal_lower_bound()
463 ,KeyNodePtrCompare comp, insert_commit_data &commit_data) in insert_unique_check()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/intrusive/
H A Dsplaytree_algorithms.hpp269 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in count()
284 (const const_node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in count()
291 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in lower_bound()
310 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in upper_bound()
329 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in find()
346 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in equal_range()
365 (const node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in lower_bound_range()
406 (const node_ptr & header, const node_ptr & new_node, NodePtrCompare comp) in insert_equal_upper_bound()
416 (const node_ptr & header, const node_ptr & new_node, NodePtrCompare comp) in insert_equal_lower_bound()
463 ,KeyNodePtrCompare comp, insert_commit_data &commit_data) in insert_unique_check()
[all …]
/dports/misc/freeguide/freeguide-0.11.1/src/freeguide/common/lib/general/
H A DGridBagEasy.java112 public void add( Component comp, int gridx, int gridy ) in add()
151 Component comp, int gridx, int gridy, int anchor, double weightx, in addAWXWY()
190 Component comp, int gridx, int gridy, int anchor, double weightx ) in addAWX()
228 Component comp, int gridx, int gridy, int fill, double weightx ) in addFWX()
267 Component comp, int gridx, int gridy, int anchor, double weightx, in addAWXGW()
307 Component comp, int gridx, int gridy, double weightx, double weighty, in addWXWYGW()
386 Component comp, int gridx, int gridy, int fill, double weightx, in addFWXWYGW()
427 Component comp, int gridx, int gridy, int anchor, double weightx, in addAWXPXPY()
467 Component comp, int gridx, int gridy, int fill, double weightx, in addFWXWY()
509 Component comp, int gridx, int gridy, int fill, double weightx, in addFWXWYGWGH()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/slip/
H A Dslhc.c96 struct slcompress *comp; in slhc_init() local
154 slhc_free(struct slcompress *comp) in slhc_free()
227 slhc_compress(struct slcompress *comp, unsigned char *icp, int isize, in slhc_compress()
493 slhc_uncompress(struct slcompress *comp, unsigned char *icp, int isize) in slhc_uncompress()
644 slhc_remember(struct slcompress *comp, unsigned char *icp, int isize) in slhc_remember()
695 slhc_toss(struct slcompress *comp) in slhc_toss()
707 slhc_toss(struct slcompress *comp) in slhc_toss()
713 slhc_uncompress(struct slcompress *comp, unsigned char *icp, int isize) in slhc_uncompress()
719 slhc_compress(struct slcompress *comp, unsigned char *icp, int isize, in slhc_compress()
727 slhc_remember(struct slcompress *comp, unsigned char *icp, int isize) in slhc_remember()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/slip/
H A Dslhc.c96 struct slcompress *comp; in slhc_init() local
154 slhc_free(struct slcompress *comp) in slhc_free()
227 slhc_compress(struct slcompress *comp, unsigned char *icp, int isize, in slhc_compress()
493 slhc_uncompress(struct slcompress *comp, unsigned char *icp, int isize) in slhc_uncompress()
644 slhc_remember(struct slcompress *comp, unsigned char *icp, int isize) in slhc_remember()
695 slhc_toss(struct slcompress *comp) in slhc_toss()
707 slhc_toss(struct slcompress *comp) in slhc_toss()
713 slhc_uncompress(struct slcompress *comp, unsigned char *icp, int isize) in slhc_uncompress()
719 slhc_compress(struct slcompress *comp, unsigned char *icp, int isize, in slhc_compress()
727 slhc_remember(struct slcompress *comp, unsigned char *icp, int isize) in slhc_remember()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/slip/
H A Dslhc.c96 struct slcompress *comp; in slhc_init() local
154 slhc_free(struct slcompress *comp) in slhc_free()
227 slhc_compress(struct slcompress *comp, unsigned char *icp, int isize, in slhc_compress()
493 slhc_uncompress(struct slcompress *comp, unsigned char *icp, int isize) in slhc_uncompress()
644 slhc_remember(struct slcompress *comp, unsigned char *icp, int isize) in slhc_remember()
695 slhc_toss(struct slcompress *comp) in slhc_toss()
707 slhc_toss(struct slcompress *comp) in slhc_toss()
713 slhc_uncompress(struct slcompress *comp, unsigned char *icp, int isize) in slhc_uncompress()
719 slhc_compress(struct slcompress *comp, unsigned char *icp, int isize, in slhc_compress()
727 slhc_remember(struct slcompress *comp, unsigned char *icp, int isize) in slhc_remember()
[all …]
/dports/mail/nmh/nmh-1.7.1/h/
H A Dfmt_scan.h16 struct comp { struct
17 char *c_name; /* component name (in lower case) */ argument
18 char *c_text; /* component text (if found) */ argument
19 struct comp *c_next; /* hash chain linkage */ argument
21 short c_type; /* type info (from fmt_compile) */ argument
43 #define CF_TRUE (1<<0) /* usually means component is present */ argument

12345678910>>...696