Searched refs:H_CURR (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/libedit/ |
H A D | readline.c | 640 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 D | histedit.h | 212 #define H_CURR 8 /* , const int); */ macro
|
H A D | history.c | 1059 case H_CURR: in FUNW()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Editline.cpp | 114 return H_CURR; in GetOperation()
|