Searched refs:H_SETSIZE (Results 1 - 8 of 8) sorted by path

/external/libedit/examples/
H A Dtc1.c148 history(hist, &ev, H_SETSIZE, 100);
H A Dwtc1.c128 history_w(hist, &ev, H_SETSIZE, 100); /* Remember 100 events */
/external/libedit/src/
H A Dhist.c181 return FUNW(history)(el->el_history.ref, &ev, H_SETSIZE, num);
H A Dhistedit.h202 #define H_SETSIZE 1 /* , const int); */ macro
H A Dhistory.c948 case H_SETSIZE:
H A Dreadline.c316 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);
/external/lldb/tools/driver/
H A DIOChannel.cpp236 ::history (m_history, &m_history_event, H_SETSIZE, 800);
/external/llvm/lib/LineEditor/
H A DLineEditor.cpp224 ::history(Data->Hist, &HE, H_SETSIZE, 800);

Completed in 4970 milliseconds