HomeSort by relevance Sort by last modified time
    Searched refs:hlast (Results 1 - 2 of 2) sorted by null

  /external/mksh/src/
histrap.c 99 char **hfirst, **hlast, **hp, *editor = NULL; local
251 hlast = hist_get_newest(false);
261 hlast = last ? hist_get(last, true, lflag) :
263 if (!hlast)
266 if (hfirst > hlast) {
269 temp = hfirst; hfirst = hlast; hlast = temp;
278 for (hp = rflag ? hlast : hfirst;
279 hp >= hfirst && hp <= hlast; hp += rflag ? -1 : 1) {
307 for (hp = rflag ? hlast : hfirst
    [all...]
edit.c 3515 static int hlast; \/* 1 past last position in history *\/ variable
    [all...]

Completed in 49 milliseconds