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

  /external/mksh/src/
histrap.c 83 char **hfirst, **hlast, **hp; local
200 hlast = hist_get_newest(false);
210 hlast = last ? hist_get(last, true, lflag) :
212 if (!hlast)
215 if (hfirst > hlast) {
218 temp = hfirst; hfirst = hlast; hlast = temp;
227 for (hp = rflag ? hlast : hfirst;
228 hp >= hfirst && hp <= hlast; hp += rflag ? -1 : 1) {
255 for (hp = rflag ? hlast : hfirst
    [all...]
edit.c 3395 static int hlast; \/* 1 past last position in history *\/ variable
    [all...]

Completed in 155 milliseconds