Lines Matching defs:last
92 const char *p, *first = NULL, *last = NULL;
147 else if (!last)
148 last = p;
179 if (last || *wp) {
233 if (!last && (last = *wp))
248 * POSIX says not an error if first/last out of bounds
252 hfirst = hist_get(first, tobool(lflag || last), lflag);
255 hlast = last ? hist_get(last, true, lflag) :
359 /* Back up over last histsave */
465 int last = histptr - history;
467 if (n < 0 || n >= last) {
469 return (last);
1387 /* we're the last trap of a sequence executed */