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

/external/libedit/src/
H A Dreadline.c423 int lastidx; local
428 lastidx = count - 1;
429 if (buf[lastidx] == '\n')
430 buf[lastidx] = '\0';

Completed in 166 milliseconds