Lines Matching refs:element

50 /* Attribute/value hash list element */
118 * element in __nis_mapping_item_t or
160 * element Pointer to a value element. If 'element' is non-NULL, the
161 * 'attrs' value is derived by evaluating 'element'.
167 struct __nis_mapping_element_struct *element;
210 /* Type of an element in a mapping rule */
270 * Sub-element of a mapping rule element
272 * Each element/sub-element represents the value(s) derived according to
273 * the semantics of the element. Although not explicitly represented here,
276 * type Type of the 'element' union
277 * element.item A single item
278 * element.print printf(3C)-style value
285 * element.split Item value string split into multiple values
288 * element.extract Extraction of a sub-string from an item value
300 * and the element.print contains
317 * element.split
324 * element.extract
353 } element;
357 * Mapping rule element
359 * Each element/sub-element represents the value(s) derived according to
360 * the semantics of the element. Although not explicitly represented here,
363 * type Type of the 'element' union
364 * element.item A single item
365 * element.print printf(3C)-style value
372 * element.split Item value string split into multiple values
375 * element.match Assignment of item values by matching to a format
379 * element.extract Extraction of a sub-string from an item value
387 * element.item
390 * (2) Example (1) for a sub-element showed how to construct a value from
398 * element.print
417 * element.match
456 } element;
468 * { element
475 * { element
487 __nis_mapping_element_t *element;