Searched refs:H_NSAVE_FP (Results 1 – 5 of 5) sorted by relevance
| /src/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 | 234 #define H_NSAVE_FP 27 /* , size_t, FILE *); */ macro
|
| H A D | history.c | 1093 case H_NSAVE_FP: in history()
|
| H A D | readline.c | 1472 if (history(h, &ev, H_NSAVE_FP, (size_t)n, fp) == -1) { in append_history()
|
| H A D | ChangeLog | 196 history(...,H_SAVE_FP,...) or history(...,H_NSAVE_FP,...) now 1099 Also fix: 1. add append_history()/H_NSAVE_FP 2. call the
|