HomeSort by relevance Sort by last modified time
    Searched full:hfirst (Results 1 - 1 of 1) sorted by null

  /external/mksh/src/
histrap.c 83 char **hfirst, **hlast, **hp; local
195 hfirst = lflag ? hist_get("-16", true, true) :
197 if (!hfirst)
199 /* can't fail if hfirst didn't fail */
207 hfirst = hist_get(first, tobool(lflag || last), lflag);
208 if (!hfirst)
211 (lflag ? hist_get_newest(false) : hfirst);
215 if (hfirst > hlast) {
218 temp = hfirst; hfirst = hlast; hlast = temp
    [all...]

Completed in 47 milliseconds