Home
last modified time | relevance | path

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

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