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

/macosx-10.10.1/vim-55/src/
H A Dsearch.c82 * one for other searches. last_idx points to the one that was used the last
91 static int last_idx = 0; /* index in spats[] for RE_LAST */ variable
155 i = last_idx;
287 last_idx = idx;
315 saved_last_idx = last_idx;
334 last_idx = saved_last_idx;
425 return spats[last_idx].pat;
468 last_idx = idx;
477 saved_last_idx = last_idx;
481 if (p_hls && idx == last_idx
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_resident.c4075 unsigned int page_idx, start_idx, last_idx, orig_last_idx; local
4119 last_idx = orig_last_idx;
4121 for (page_idx = last_idx, start_idx = last_idx;
4293 last_idx = 0;
4294 page_idx = last_idx;
4611 page_idx = last_idx = 0;
4628 last_idx = page_idx;

Completed in 168 milliseconds