OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_index
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libedit/TEST/
test_filecompletion.c
498
static int
last_index
= 0;
local
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/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc
841
uptr
last_index
= root_regions->size() - 1;
local
842
(*root_regions)[i] = (*root_regions)[
last_index
];
/src/sys/dev/pci/
twa.c
2853
uint32_t
last_index
;
local
2860
last_index
= sc->twa_aen_head;
2862
last_index
= 0;
2871
} while (i !=
last_index
);
Completed in 24 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026