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

/freebsd-13-stable/contrib/libedit/
H A Dhistedit.h227 #define H_DELDATA 24 /* , int, histdata_t *);*/ macro
H A Dreadline.c1434 * use H_DELDATA to set to nth history (without delete) by passing
1437 if (history(h, &ev, H_DELDATA, num - history_base, (void **)-1) != 0)
1499 if (history(h, &ev, H_DELDATA, num, &he->data) != 0) {
H A Dhistory.c1150 case H_DELDATA:

Completed in 159 milliseconds