Home
last modified time | relevance | path

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

/dragonfly/bin/sh/
H A Dhistedit.c332 retval = history(hist, &he, H_NEXT_EVENT, first); in histcmd()
361 H_NEXT_EVENT, oldhistnum); in histcmd()
449 retval = history(hist, &he, H_NEXT_EVENT, i); in str_to_event()
/dragonfly/contrib/libedit/src/
H A Dhistedit.h219 #define H_NEXT_EVENT 15 /* , const int); */ macro
H A Dhistory.c1106 case H_NEXT_EVENT: in FUNW()
H A Dreadline.c1856 pos < 0 ? H_NEXT_EVENT : H_PREV_EVENT, curr_num); in history_search_pos()