Home
last modified time | relevance | path

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

/dragonfly/contrib/libedit/src/
H A Dhist.h68 #define HIST_SAVE(el, fname) HIST_FUN(el, H_SAVE fname)
H A Dhistedit.h222 #define H_SAVE 18 /* , const char *); */ macro
H A Dhistory.c1081 case H_SAVE: in FUNW()
H A Dreadline.c1455 return history(h, &ev, H_SAVE, filename) == -1 ? in write_history()