Searched refs:H_FIRST (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/libedit/ |
H A D | hist.h | 63 #define HIST_FIRST(el) HIST_FUN(el, H_FIRST, NULL)
|
H A D | histedit.h | 208 #define H_FIRST 3 /* , void); */ macro
|
H A D | readline.c | 585 if (history(h, &ev, H_FIRST) != 0) in get_history_event() 660 history(h, &ev, H_FIRST); in get_history_event() 1719 (void)history(h, &ev, H_FIRST); in history_total_bytes()
|
H A D | history.c | 1046 case H_FIRST: in FUNW()
|
/freebsd/bin/sh/ |
H A D | histedit.c | 400 history(hist, &he, H_FIRST); in histcmd() 501 retval = history(hist, &he, H_FIRST); 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 D | Editline.cpp | 118 return H_FIRST; in GetOperation()
|