Home
last modified time | relevance | path

Searched refs:H_NEXT_EVENT (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/bin/sh/
Dhistedit.c336 retval = history(hist, &he, H_NEXT_EVENT, first); in histcmd()
365 H_NEXT_EVENT, oldhistnum); in histcmd()
453 retval = history(hist, &he, H_NEXT_EVENT, i); in str_to_event()
/freebsd-12-stable/contrib/libedit/
Dhistedit.h218 #define H_NEXT_EVENT 15 /* , const int); */ macro
Dhistory.c1103 case H_NEXT_EVENT: in FUNW()
Dreadline.c1784 pos < 0 ? H_NEXT_EVENT : H_PREV_EVENT, curr_num); in history_search_pos()