Searched refs:H_LAST (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/bin/sh/ |
| D | histedit.c | 451 retval = history(hist, &he, H_LAST); in str_to_event() 459 retval = history(hist, &he, last ? H_FIRST : H_LAST); in str_to_event()
|
| /freebsd-12-stable/contrib/libedit/ |
| D | hist.h | 64 #define HIST_LAST(el) HIST_FUN(el, H_LAST, NULL)
|
| D | histedit.h | 207 #define H_LAST 4 /* , void); */ macro
|
| D | readline.c | 1531 if (history(h, &ev, H_LAST) != 0) in replace_history_entry() 1593 if (history(h, &ev, H_LAST) != 0) in history_list() 1688 if (history(h, &ev, H_LAST) != 0) in previous_history() 1707 if (history(h, &ev, H_LAST) != 0) in next_history()
|
| D | history.c | 1051 case H_LAST: in FUNW()
|
| /freebsd-12-stable/contrib/libedit/TEST/ |
| D | tc1.c | 249 for (rv = history(hist, &ev, H_LAST); rv != -1; in main()
|
| D | wtc1.c | 214 for(rc = history_w(hist, &ev, H_LAST); in main()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/ |
| D | Editline.cpp | 122 return H_LAST; in GetOperation()
|