Searched refs:last_elt (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/apr-32/apr/apr/tables/
H A Dapr_tables.c1181 apr_table_entry_t *last_elt = src + t->a.nelts; local
1186 } while (++src < last_elt);
1187 t->a.nelts -= (int)(last_elt - dst);
/macosx-10.10/emacs-93/emacs/src/
H A Dfontset.c1385 Lisp_Object last, last_char, last_elt;
1393 last_elt = XCAR (XCDR (XCAR (last)));
1395 if (!NILP (Fequal (elt, last_elt)))
1382 Lisp_Object last, last_char, last_elt; local
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Darchive.c1938 bfd *last_elt = current; /* Last element arch seen. */
1970 if (map[count].u.abfd != last_elt)
1981 last_elt = current;
1929 bfd *last_elt = current; /* Last element arch seen. */ local
H A Decoff.c3024 bfd *last_elt;
3095 last_elt = current;
3102 if (map[i].u.abfd != last_elt)
3113 last_elt = current;
3016 bfd *last_elt; local

Completed in 116 milliseconds