Searched refs:H_NSAVE_FP (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/libedit/ |
H A D | hist.h | 70 #define HIST_NSAVE_FP(el, n, fp) HIST_FUN(el, H_NSAVE_FP, n, fp)
|
H A D | histedit.h | 232 #define H_NSAVE_FP 27 /* , size_t, FILE *); */ macro
|
H A D | history.c | 1090 case H_NSAVE_FP: in FUNW()
|
H A D | readline.c | 1469 if (history(h, &ev, H_NSAVE_FP, (size_t)n, fp) == -1) { in append_history()
|