Searched refs:H_FIRST (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/libedit/ |
| H A D | hist.h | 63 #define HIST_FIRST(el) HIST_FUN(el, H_FIRST, NULL)
|
| H A D | histedit.h | 210 #define H_FIRST 3 /* , void); */ macro
|
| H A D | readline.c | 586 if (history(h, &ev, H_FIRST) != 0) in get_history_event() 661 history(h, &ev, H_FIRST); in get_history_event() 1720 (void)history(h, &ev, H_FIRST); in history_total_bytes()
|
| H A D | history.c | 1046 case H_FIRST: in history()
|
| /src/bin/sh/ |
| H A D | histedit.c | 402 history(hist, &he, H_FIRST); in histcmd() 503 retval = history(hist, &he, H_FIRST); in str_to_event() 526 retval = history(hist, &he, last ? H_FIRST : H_LAST); in str_to_event()
|
| /src/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Editline.cpp | 118 return H_FIRST; in GetOperation()
|