Home
last modified time | relevance | path

Searched refs:H_FIRST (Results 1 – 4 of 4) sorted by relevance

/original-bsd/bin/sh/
H A Dhistedit.c315 history(hist, H_FIRST);
412 he = history(hist, H_FIRST);
435 he = history(hist, last ? H_FIRST : H_LAST);
/original-bsd/lib/libedit/
H A Dhist.h38 #define HIST_FIRST(el) HIST_FUN(el, H_FIRST, NULL)
H A Dhistedit.h133 #define H_FIRST 2 /* , void); */ macro
H A Dhistory.c509 case H_FIRST: in history()