Searched refs:lastidx (Results 1 – 2 of 2) sorted by relevance
109 size_t lastidx = stridx; in add_string() local127 str, stridx, lastidx); in add_string()128 return lastidx; in add_string()
423 int lastidx; in readline() local428 lastidx = count - 1; in readline()429 if (buf[lastidx] == '\n') in readline()430 buf[lastidx] = '\0'; in readline()