Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dhist.h69 #define HIST_SAVE_FP(el, fp) HIST_FUN(el, H_SAVE_FP, fp)
H A Dhistedit.h231 #define H_SAVE_FP 26 /* , FILE *); */ macro
H A Dhistory.c1084 case H_SAVE_FP: in FUNW()
/freebsd/bin/sh/
H A Dhistedit.c119 if (history(hist, &he, H_SAVE_FP, f) < 1 || in histsave()