Searched refs:history_save_fp (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/lib/libedit/
H A Dhistory.c106 private int history_save_fp(History *, FILE*);
777 /* history_save_fp():
780 private int history_save_fp(History *h, FILE* fp) function
831 i = history_save_fp(h, fp);
1020 retval = history_save_fp(h, va_arg(va, FILE*));

Completed in 108 milliseconds