HomeSort by: relevance | last modified time | path
    Searched refs:history_w (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libedit/TEST/
wtc1.c 128 history_w(hist, &ev, H_SETSIZE, 100); /* Remember 100 events */
129 history_w(hist, &ev, H_LOAD, hfile);
139 el_wset(el, EL_HIST, history_w, hist); /* FIXME - history_w? */
193 history_w(hist, &ev, continuation ? H_APPEND : H_ENTER, line);
214 for(rc = history_w(hist, &ev, H_LAST);
216 rc = history_w(hist, &ev, H_PREV))
222 history_w(hist, &ev, H_CLEAR);
228 history_w(hist, &ev, H_LOAD,
231 history_w(hist, &ev, H_SAVE
    [all...]
  /src/lib/libedit/
hist.c 212 return history_w(el->el_history.ref, &ev, H_SETSIZE, num);
215 return history_w(el->el_history.ref, &ev, H_SETUNIQUE, num);
histedit.h 298 int history_w(HistoryW *, HistEventW *, int, ...);
Makefile 65 editline.3 history_w.3 \

Completed in 19 milliseconds