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

/macosx-10.10.1/emacs-93/emacs/src/
H A Dfns.c689 register unsigned int thisindex = 0;
739 else if (thisindex >= thisleni)
747 thisindex,
753 XSETFASTINT (elt, SREF (this, thisindex)); thisindex++;
768 byte = XBOOL_VECTOR (this)->data[thisindex / BOOL_VECTOR_BITS_PER_CHAR];
769 if (byte & (1 << (thisindex % BOOL_VECTOR_BITS_PER_CHAR)))
773 thisindex++;
776 elt = AREF (this, thisindex++);
686 register unsigned int thisindex = 0; local

Completed in 130 milliseconds