Home
last modified time | relevance | path

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

/netbsd/src/lib/libedit/
Dhistedit.h229 #define H_DELDATA 24 /* , int, histdata_t *);*/ macro
Dreadline.c1507 if (history(h, &ev, H_DELDATA, num - history_base, (void **)-1) != 0) in history_get()
1569 if (history(h, &ev, H_DELDATA, num, &he->data) != 0) { in remove_history()
Dhistory.c1153 case H_DELDATA: in FUNW()