HomeSort by: relevance | last modified time | path
    Searched defs:last_index (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libedit/TEST/
test_filecompletion.c 498 static int last_index = 0; local in function:mycomplet_func
500 if (last_index == 2) {
501 last_index = 0;
507 if (inputs[i].expanded_text[last_index] != NULL)
508 return strdup(inputs[i].expanded_text[last_index++]);
510 last_index = 0;
test_filecompletion.c 498 static int last_index = 0; local in function:mycomplet_func
500 if (last_index == 2) {
501 last_index = 0;
507 if (inputs[i].expanded_text[last_index] != NULL)
508 return strdup(inputs[i].expanded_text[last_index++]);
510 last_index = 0;
test_filecompletion.c 498 static int last_index = 0; local in function:mycomplet_func
500 if (last_index == 2) {
501 last_index = 0;
507 if (inputs[i].expanded_text[last_index] != NULL)
508 return strdup(inputs[i].expanded_text[last_index++]);
510 last_index = 0;
  /src/sys/dev/pci/
twa.c 2853 uint32_t last_index; local in function:twa_find_aen
2860 last_index = sc->twa_aen_head;
2862 last_index = 0;
2871 } while (i != last_index);
twa.c 2853 uint32_t last_index; local in function:twa_find_aen
2860 last_index = sc->twa_aen_head;
2862 last_index = 0;
2871 } while (i != last_index);
twa.c 2853 uint32_t last_index; local in function:twa_find_aen
2860 last_index = sc->twa_aen_head;
2862 last_index = 0;
2871 } while (i != last_index);
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc 841 uptr last_index = root_regions->size() - 1; local in function:__lsan_unregister_root_region
842 (*root_regions)[i] = (*root_regions)[last_index];
lsan_common.cc 841 uptr last_index = root_regions->size() - 1; local in function:__lsan_unregister_root_region
842 (*root_regions)[i] = (*root_regions)[last_index];
lsan_common.cc 841 uptr last_index = root_regions->size() - 1; local in function:__lsan_unregister_root_region
842 (*root_regions)[i] = (*root_regions)[last_index];

Completed in 211 milliseconds