Home
last modified time | relevance | path

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

/dragonfly/contrib/libedit/src/
H A Dhist.h70 #define HIST_NSAVE_FP(el, n, fp) HIST_FUN(el, H_NSAVE_FP, n, fp)
H A Dhistedit.h231 #define H_NSAVE_FP 27 /* , size_t, FILE *); */ macro
H A Dhistory.c1093 case H_NSAVE_FP: in FUNW()
H A Dreadline.c1473 if (history(h, &ev, H_NSAVE_FP, (size_t)n, fp) == -1) { in append_history()