Searched refs:H_LAST (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/libedit/ |
| H A D | hist.h | 64 #define HIST_LAST(el) HIST_FUN(el, H_LAST, NULL)
|
| H A D | histedit.h | 211 #define H_LAST 4 /* , void); */ macro
|
| H A D | readline.c | 1602 if (history(h, &ev, H_LAST) != 0) in replace_history_entry() 1664 if (history(h, &ev, H_LAST) != 0) in history_list() 1759 if (history(h, &ev, H_LAST) != 0) in previous_history() 1778 if (history(h, &ev, H_LAST) != 0) in next_history()
|
| H A D | history.c | 1054 case H_LAST: in history()
|
| /src/contrib/libedit/TEST/ |
| H A D | tc1.c | 249 for (rv = history(hist, &ev, H_LAST); rv != -1; in main()
|
| H A D | wtc1.c | 214 for(rc = history_w(hist, &ev, H_LAST); in main()
|
| /src/bin/sh/ |
| H A D | histedit.c | 518 retval = history(hist, &he, H_LAST); 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 | 110 return H_LAST; in GetOperation()
|