Searched refs:H_LAST (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/lib/libedit/ |
| D | hist.h | 63 #define HIST_LAST(el) HIST_FUN(el, H_LAST, NULL)
|
| D | histedit.h | 196 #define H_LAST 4 /* , void); */ macro
|
| D | readline.c | 1341 if (FUNW(history)(h, &ev, H_LAST) != 0) in history_get() 1429 if (FUNW(history)(h, &ev, H_LAST) != 0) in replace_history_entry()
|
| D | history.c | 971 case H_LAST: in history()
|
| /freebsd-9-stable/bin/sh/ |
| D | histedit.c | 463 retval = history(hist, &he, H_LAST); in str_to_event() 471 retval = history(hist, &he, last ? H_FIRST : H_LAST); in str_to_event()
|
| /freebsd-9-stable/lib/libedit/TEST/ |
| D | tc1.c | 243 for (rv = history(hist, &ev, H_LAST); rv != -1; in main()
|