Home | History | Annotate | Download | only in ksh

Lines Matching defs:hlast

88 	char **hfirst, **hlast, **hp;
192 hlast = hist_get_newest(false);
202 hlast = last ? hist_get(last, true, lflag ? true : false)
204 if (!hlast)
207 if (hfirst > hlast) {
210 temp = hfirst; hfirst = hlast; hlast = temp;
219 for (hp = rflag ? hlast : hfirst;
220 hp >= hfirst && hp <= hlast; hp += rflag ? -1 : 1)
241 for (hp = rflag ? hlast : hfirst;
242 hp >= hfirst && hp <= hlast; hp += rflag ? -1 : 1)