Searched refs:H_LAST (Results 1 – 6 of 6) sorted by relevance
/external/libedit/src/ |
D | hist.h | 71 #define HIST_LAST(el) HIST_FUN(el, H_LAST, NULL)
|
D | histedit.h | 205 #define H_LAST 4 /* , void); */ macro
|
D | readline.c | 1362 if (history(h, &ev, H_LAST) != 0) in history_get() 1447 if (history(h, &ev, H_LAST) != 0) in replace_history_entry()
|
D | history.c | 989 case H_LAST: in FUNW()
|
/external/libedit/examples/ |
D | tc1.c | 254 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()
|