Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dhist.h62 #define HIST_NEXT(el) HIST_FUN(el, H_NEXT, NULL)
H A Dhistedit.h211 #define H_NEXT 6 /* , void); */ macro
H A Dreadline.c1721 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 Dhistory.c1047 case H_NEXT: in FUNW()
/freebsd/bin/sh/
H A Dhistedit.c374 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 DEditline.cpp112 return H_NEXT; in GetOperation()