Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dreadline.c640 if (history(h, &ev, H_CURR) != 0) { in get_history_event()
673 if (history(h, &ev, H_CURR) != 0) in get_history_event()
1497 if (history(h, &ev, H_CURR) != 0) in history_get()
1509 if (history(h, &ev, H_CURR) != 0) in history_get()
1594 if (history(h, &ev, H_CURR) != 0) in replace_history_entry()
1713 if (history(h, &ev, H_CURR) != 0) in history_total_bytes()
1793 if (history(h, &ev, H_CURR) != 0) in history_search()
1836 if (history(h, &ev, H_CURR) != 0) in history_search_pos()
1840 if (!history_set_pos(off) || history(h, &ev, H_CURR) != 0) in history_search_pos()
H A Dhistedit.h212 #define H_CURR 8 /* , const int); */ macro
H A Dhistory.c1059 case H_CURR: in FUNW()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp114 return H_CURR; in GetOperation()