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

  /external/mksh/src/
histrap.c 93 char **hfirst, **hlast, **hp, *editor = NULL; local
245 hlast = hist_get_newest(false);
255 hlast = last ? hist_get(last, true, lflag) :
257 if (!hlast)
260 if (hfirst > hlast) {
263 temp = hfirst; hfirst = hlast; hlast = temp;
272 for (hp = rflag ? hlast : hfirst;
273 hp >= hfirst && hp <= hlast; hp += rflag ? -1 : 1) {
300 for (hp = rflag ? hlast : hfirst
    [all...]
edit.c 3519 static int hlast; \/* 1 past last position in history *\/ variable
    [all...]

Completed in 105 milliseconds