Home
last modified time | relevance | path

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

/dragonfly/contrib/libedit/src/
H A Dhistedit.h228 #define H_DELDATA 24 /* , int, histdata_t *);*/ macro
H A Dreadline.c1509 if (history(h, &ev, H_DELDATA, num - history_base, (void **)-1) != 0) in history_get()
1571 if (history(h, &ev, H_DELDATA, num, &he->data) != 0) { in remove_history()
H A Dhistory.c1153 case H_DELDATA: in FUNW()