Lines Matching defs:elt_base
42 struct taginfo **elt_base);
73 struct taginfo *info, *base, *elt, *elt_base;
82 elt_base = INFO_DERIVED(elt) ? elt->base : elt;
86 *elt_basep = elt_base;
98 struct taginfo *base, *elt, *elt_base;
102 (void) get_array_info(datum, &base, &elt, &elt_base);
104 elt_size = INFO_ELEMENT_SIZE(elt_base);
119 struct taginfo *base, *elt, *elt_base;
124 (void) get_array_info(datum, &base, &elt, &elt_base);
126 elt_size = INFO_ELEMENT_SIZE(elt_base);
163 struct taginfo *base, *elt, *elt_base;
167 (void) get_array_info(datum, &base, &elt, &elt_base);
179 struct taginfo *info, *base, *elt, *elt_base;
183 info = get_array_info(datum, &base, &elt, &elt_base);
198 struct taginfo *base, *elt, *elt_base;
202 (void) get_array_info(datum, &base, &elt, &elt_base);