HomeSort by relevance Sort by last modified time
    Searched refs:H_SETSIZE (Results 1 - 8 of 8) sorted by null

  /external/libedit/src/
histedit.h 202 #define H_SETSIZE 1 /* , const int); */
hist.c 181 return FUNW(history)(el->el_history.ref, &ev, H_SETSIZE, num);
readline.c 316 history(h, &ev, H_SETSIZE, INT_MAX); /* unlimited */
1140 if (history(h, &ev, H_SETSIZE, max) == 0)
1154 history(h, &ev, H_SETSIZE, INT_MAX);
    [all...]
history.c 948 case H_SETSIZE:
  /prebuilts/libs/libedit/include/
histedit.h 202 #define H_SETSIZE 1 /* , const int); */
  /external/libedit/examples/
tc1.c 148 history(hist, &ev, H_SETSIZE, 100);
wtc1.c 128 history_w(hist, &ev, H_SETSIZE, 100); /* Remember 100 events */
  /external/llvm/lib/LineEditor/
LineEditor.cpp 230 ::history(Data->Hist, &HE, H_SETSIZE, 800);

Completed in 457 milliseconds