Home
last modified time | relevance | path

Searched refs:H_LAST (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/libedit/
H A Dhist.h64 #define HIST_LAST(el) HIST_FUN(el, H_LAST, NULL)
H A Dhistedit.h209 #define H_LAST 4 /* , void); */ macro
H A Dreadline.c1599 if (history(h, &ev, H_LAST) != 0) in replace_history_entry()
1661 if (history(h, &ev, H_LAST) != 0) in history_list()
1756 if (history(h, &ev, H_LAST) != 0) in previous_history()
1775 if (history(h, &ev, H_LAST) != 0) in next_history()
H A Dhistory.c1051 case H_LAST: in FUNW()
/freebsd/contrib/libedit/TEST/
H A Dtc1.c249 for (rv = history(hist, &ev, H_LAST); rv != -1; in main()
H A Dwtc1.c214 for(rc = history_w(hist, &ev, H_LAST); in main()
/freebsd/bin/sh/
H A Dhistedit.c516 retval = history(hist, &he, H_LAST); in str_to_event()
524 retval = history(hist, &he, last ? H_FIRST : H_LAST); in str_to_event()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp110 return H_LAST; in GetOperation()