Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libedit/
Dreadline.c613 if (history(h, &ev, H_CURR) != 0) { in get_history_event()
648 if (history(h, &ev, H_CURR) != 0) in get_history_event()
1429 if (history(h, &ev, H_CURR) != 0) in history_get()
1441 if (history(h, &ev, H_CURR) != 0) in history_get()
1526 if (history(h, &ev, H_CURR) != 0) in replace_history_entry()
1645 if (history(h, &ev, H_CURR) != 0) in history_total_bytes()
1725 if (history(h, &ev, H_CURR) != 0) in history_search()
1768 if (history(h, &ev, H_CURR) != 0) in history_search_pos()
1772 if (!history_set_pos(off) || history(h, &ev, H_CURR) != 0) in history_search_pos()
Dhistedit.h210 #define H_CURR 8 /* , const int); */ macro
Dhistory.c1059 case H_CURR: in FUNW()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
DEditline.cpp126 return H_CURR; in GetOperation()