Searched refs:H_NEXT (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/libedit/ |
H A D | hist.h | 62 #define HIST_NEXT(el) HIST_FUN(el, H_NEXT, NULL)
|
H A D | histedit.h | 211 #define H_NEXT 6 /* , void); */ macro
|
H A D | readline.c | 1721 while (history(h, &ev, H_NEXT) == 0); in history_total_bytes() 1800 if (history(h, &ev, direction < 0 ? H_NEXT:H_PREV) != 0) in history_search() 1846 if (history(h, &ev, (pos < 0) ? H_PREV : H_NEXT) != 0) in history_search_pos()
|
H A D | history.c | 1047 case H_NEXT: in FUNW()
|
/freebsd/bin/sh/ |
H A D | histedit.c | 374 direction = first < last ? H_PREV : H_NEXT; in histcmd() 513 retval = history(hist, &he, H_NEXT); in str_to_event()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Editline.cpp | 112 return H_NEXT; in GetOperation()
|