Lines Matching defs:element
54 /* Attribute/value hash list element */
122 * element in __nis_mapping_item_t or
164 * element Pointer to a value element. If 'element' is non-NULL, the
165 * 'attrs' value is derived by evaluating 'element'.
171 struct __nis_mapping_element_struct *element;
214 /* Type of an element in a mapping rule */
277 * Sub-element of a mapping rule element
279 * Each element/sub-element represents the value(s) derived according to
280 * the semantics of the element. Although not explicitly represented here,
283 * type Type of the 'element' union
284 * element.item A single item
285 * element.print printf(3C)-style value
292 * element.split Item value string split into multiple values
295 * element.extract Extraction of a sub-string from an item value
307 * and the element.print contains
324 * element.split
331 * element.extract
360 } element;
364 * Mapping rule element
366 * Each element/sub-element represents the value(s) derived according to
367 * the semantics of the element. Although not explicitly represented here,
370 * type Type of the 'element' union
371 * element.item A single item
372 * element.print printf(3C)-style value
379 * element.split Item value string split into multiple values
382 * element.match Assignment of item values by matching to a format
386 * element.extract Extraction of a sub-string from an item value
394 * element.item
397 * (2) Example (1) for a sub-element showed how to construct a value from
405 * element.print
424 * element.match
463 } element;
475 * { element
482 * { element
494 __nis_mapping_element_t *element;