Home
last modified time | relevance | path

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

/openbsd/lib/libedit/
H A Dhistory.c138 static int history_save_fp(TYPE(History) *, FILE *);
816 history_save_fp(TYPE(History) *h, FILE *fp) in history_save_fp() function
870 i = history_save_fp(h, fp); in history_save()
1058 retval = history_save_fp(h, va_arg(va, FILE *)); in FUNW()