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

/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dsubr_prof.c238 long toindex; local
259 toindex = *frompcindex;
260 if (toindex == 0) {
264 toindex = ++p->tos[0].link;
265 if (toindex >= p->tolimit) {
269 *frompcindex = toindex;
270 top = &p->tos[toindex];
276 top = &p->tos[toindex];
298 toindex = ++p->tos[0].link;
299 if (toindex >
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dfns.c562 int toindex;
677 tail = val, toindex = -1; /* -1 in toindex is flag we are making a list */
679 toindex = 0, toindex_byte = 0;
708 textprops[num_textprops++].to = toindex;
711 toindex += thisleni;
721 textprops[num_textprops++].to = toindex;
726 toindex += thisleni;
779 if (toindex < 0)
786 AREF (val, toindex
559 int toindex; local
[all...]

Completed in 196 milliseconds