Searched refs:H_LAST (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/lib/libedit/ |
| H A D | hist.h | 64 #define HIST_LAST(el) HIST_FUN(el, H_LAST, NULL)
|
| H A D | histedit.h | 209 #define H_LAST 4 /* , void); */ macro
|
| H A D | readline.c | 1601 if (history(h, &ev, H_LAST) != 0) in replace_history_entry() 1663 if (history(h, &ev, H_LAST) != 0) in history_list() 1758 if (history(h, &ev, H_LAST) != 0) in previous_history() 1777 if (history(h, &ev, H_LAST) != 0) in next_history()
|
| H A D | history.c | 1054 case H_LAST: in FUNW()
|
| /netbsd-src/lib/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()
|