Home
last modified time | relevance | path

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

/netbsd/src/lib/libedit/
Dhistedit.h224 #define H_CLEAR 19 /* , void); */ macro
Dhistory.c1070 case H_CLEAR: in FUNW()
Dreadline.c1639 (void)history(h, &ev, H_CLEAR); in clear_history()
/netbsd/src/lib/libedit/TEST/
Dtc1.c257 history(hist, &ev, H_CLEAR); in main()
Dwtc1.c222 history_w(hist, &ev, H_CLEAR); in main()
/netbsd/src/bin/sh/
Dhistedit.c678 history(hist, &he, H_CLEAR); in histcmd()