Home
last modified time | relevance | path

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

/dragonfly/contrib/libedit/src/
H A Dhist.h67 #define HIST_LOAD(el, fname) HIST_FUN(el, H_LOAD fname)
H A Dhistedit.h221 #define H_LOAD 17 /* , const char *); */ macro
H A Dhistory.c1075 case H_LOAD: in FUNW()
H A Dreadline.c1433 if (history(h, &ev, H_LOAD, filename) == -1) in read_history()