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

/external/mksh/src/
H A Dhistrap.c96 char **hfirst, **hlast, **hp, *editor = NULL; local
243 hfirst = lflag ? hist_get("-16", true, true) :
245 if (!hfirst)
247 /* can't fail if hfirst didn't fail */
255 hfirst = hist_get(first, tobool(lflag || last), lflag);
256 if (!hfirst)
259 (lflag ? hist_get_newest(false) : hfirst);
263 if (hfirst > hlast) {
266 temp = hfirst; hfirst
[all...]

Completed in 68 milliseconds