Lines Matching refs:element

575 				item->searchSpec.triple.element == 0) {
665 triple.element =
666 item->searchSpec.triple.element;
1404 * However, since whatever the 'element' field points to
1408 new->element = old->element;
1437 * Since we only copied the element pointer when this structure
1438 * was created, we don't free old->element.
1739 * set to the start of the fmt element data (which will be 'str',
1776 /* Not a matchable element */
1789 * ahead and determine the start of the next formatting element.
1790 * If successful, 'next' will be the start of the fmt element
1796 * element really is the one we want, we have to scan ahead
1963 * Look ahead to find the beginning of the next element.
2063 * it returns an array of __nis_value_t's, with element zero of the value
2064 * array being the new value of the first matched item, element one the
2337 * Obtain the value for the mapping sub-element 'e', given the input
2350 val = getMappingItem(&e->element.item, mit_any, rv, 0,
2354 val = getMappingFormatArray(e->element.print.fmt, rv,
2356 e->element.print.numItems,
2357 e->element.print.item);
2358 if (e->element.print.doElide)
2359 stringElide(val, e->element.print.elide);
2362 val = splitMappingItem(&e->element.split.item,
2363 e->element.split.delim,
2367 val = extractMappingItem(&e->element.extract.item,
2368 e->element.extract.fmt,
2381 * Obtain the value of the mapping element 'e', given the input rule-
2383 * and the result is a string representation of the mapping element;
2397 val = getMappingItem(&e->element.item, native, rv, 0, NULL);
2400 tv = am(myself, e->element.print.numSubElements *
2403 e->element.print.numSubElements * sizeof (int));
2404 if ((e->element.print.numSubElements > 0) &&
2411 for (i = 0; i < e->element.print.numSubElements; i++) {
2414 &e->element.print.subElement[i],
2425 for (i = 0; i < e->element.print.numSubElements; i++) {
2433 e->element.print.numSubElements))
2435 val = getMappingFormatArray(e->element.print.fmt, rv,
2437 e->element.print.numSubElements,
2439 for (i = 0; i < e->element.print.numSubElements; i++) {
2444 if (e->element.print.doElide)
2445 stringElide(val, e->element.print.elide);
2448 val = splitMappingItem(&e->element.split.item,
2449 e->element.split.delim,
2460 val = extractMappingItem(&e->element.extract.item,
2461 e->element.extract.fmt,