Searched refs:H_DELDATA (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/libedit/ |
| H A D | histedit.h | 231 #define H_DELDATA 24 /* , int, histdata_t *);*/ macro
|
| H A D | readline.c | 1508 if (history(h, &ev, H_DELDATA, num - history_base, (void **)-1) != 0) in history_get() 1570 if (history(h, &ev, H_DELDATA, num, &he->data) != 0) { in remove_history()
|
| H A D | history.c | 1153 case H_DELDATA: in history()
|
| H A D | ChangeLog | 1622 The call sequence H_CURR, H_DELDATA, H_CURR, H_NEXT_EVDATA looks 1629 - The H_DELDATA is needed to move the cursor. Even though it 1632 succeeds. H_DELDATA only moves the cursor, it doesn't tell us
|