Home
last modified time | relevance | path

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

/original-bsd/lib/libedit/TEST/
H A Dtest.c149 history(hist, continuation ? H_ADD : H_ENTER, buf);
153 history(hist, continuation ? H_ADD : H_ENTER, buf);
/original-bsd/lib/libedit/
H A Dhistedit.h138 #define H_ADD 7 /* , const char*); */ macro
H A Dhistory.c499 case H_ADD: in history()
/original-bsd/bin/sh/
H A Dinput.c238 history(hist, whichprompt == 1 ? H_ENTER : H_ADD, in preadbuffer()