Searched refs:H_NEXT (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/bin/sh/ |
| HD | histedit.c | 307 direction = first < last ? H_PREV : H_NEXT; in histcmd() 446 retval = history(hist, &he, H_NEXT); in str_to_event()
|
| /NextBSD/lib/libedit/ |
| HD | hist.h | 70 #define HIST_NEXT(el) HIST_FUN(el, H_NEXT, NULL)
|
| HD | histedit.h | 210 #define H_NEXT 6 /* , void); */ macro
|
| HD | readline.c | 1542 while (ev.num != curr_num && history(h, &ev, H_NEXT) == 0) in where_history() 1578 while (history(h, &ev, H_NEXT) == 0); in history_total_bytes() 1632 return _move_history(H_NEXT); in next_history() 1653 if (history(h, &ev, direction < 0 ? H_NEXT:H_PREV) != 0) in history_search() 1699 if (history(h, &ev, (pos < 0) ? H_PREV : H_NEXT) != 0) in history_search_pos()
|
| HD | history.c | 999 case H_NEXT: in FUNW()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | Editline.cpp | 521 if (history_w (pHistory, &history_event, earlier ? H_NEXT : H_PREV) == -1) in RecallHistory()
|