Home
last modified time | relevance | path

Searched refs:lastidx (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/tests/
Delfstrtab.c109 size_t lastidx = stridx; in add_string() local
127 str, stridx, lastidx); in add_string()
128 return lastidx; in add_string()
/external/libedit/src/
Dreadline.c423 int lastidx; in readline() local
428 lastidx = count - 1; in readline()
429 if (buf[lastidx] == '\n') in readline()
430 buf[lastidx] = '\0'; in readline()