Home
last modified time | relevance | path

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

/freebsd-11-stable/bin/sh/
HDhistedit.c449 retval = history(hist, &he, H_LAST); in str_to_event()
457 retval = history(hist, &he, last ? H_FIRST : H_LAST); in str_to_event()
/freebsd-11-stable/lib/libedit/
HDhist.h70 #define HIST_LAST(el) HIST_FUN(el, H_LAST, NULL)
HDhistedit.h208 #define H_LAST 4 /* , void); */ macro
HDreadline.c1398 if (history(h, &ev, H_LAST) != 0) in history_get()
1483 if (history(h, &ev, H_LAST) != 0) in replace_history_entry()
HDhistory.c1002 case H_LAST: in FUNW()
/freebsd-11-stable/lib/libedit/TEST/
HDtc1.c250 for (rv = history(hist, &ev, H_LAST); rv != -1; in main()
HDwtc1.c220 for(rc = history_w(hist, &ev, H_LAST); in main()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
HDEditline.cpp121 return H_LAST; in GetOperation()