Searched refs:H_LAST (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/bin/sh/ |
| HD | histedit.c | 449 retval = history(hist, &he, H_LAST); in str_to_event() 457 retval = history(hist, &he, last ? H_FIRST : H_LAST); in str_to_event()
|
| /freebsd-11-stable/lib/libedit/ |
| HD | hist.h | 70 #define HIST_LAST(el) HIST_FUN(el, H_LAST, NULL)
|
| HD | histedit.h | 208 #define H_LAST 4 /* , void); */ macro
|
| HD | readline.c | 1398 if (history(h, &ev, H_LAST) != 0) in history_get() 1483 if (history(h, &ev, H_LAST) != 0) in replace_history_entry()
|
| HD | history.c | 1002 case H_LAST: in FUNW()
|
| /freebsd-11-stable/lib/libedit/TEST/ |
| HD | tc1.c | 250 for (rv = history(hist, &ev, H_LAST); rv != -1; in main()
|
| HD | wtc1.c | 220 for(rc = history_w(hist, &ev, H_LAST); in main()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/ |
| HD | Editline.cpp | 121 return H_LAST; in GetOperation()
|