Home
last modified time | relevance | path

Searched refs:H_NEXT (Results 1 – 6 of 6) sorted by relevance

/NextBSD/bin/sh/
HDhistedit.c307 direction = first < last ? H_PREV : H_NEXT; in histcmd()
446 retval = history(hist, &he, H_NEXT); in str_to_event()
/NextBSD/lib/libedit/
HDhist.h70 #define HIST_NEXT(el) HIST_FUN(el, H_NEXT, NULL)
HDhistedit.h210 #define H_NEXT 6 /* , void); */ macro
HDreadline.c1542 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()
HDhistory.c999 case H_NEXT: in FUNW()
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDEditline.cpp521 if (history_w (pHistory, &history_event, earlier ? H_NEXT : H_PREV) == -1) in RecallHistory()