Home
last modified time | relevance | path

Searched refs:H_SETSIZE (Results 1 – 7 of 7) sorted by relevance

/external/libedit/src/
Dhistedit.h202 #define H_SETSIZE 1 /* , const int); */ macro
Dhist.c181 return FUNW(history)(el->el_history.ref, &ev, H_SETSIZE, num); in hist_command()
Dreadline.c316 history(h, &ev, H_SETSIZE, INT_MAX); /* unlimited */ in rl_initialize()
1140 if (history(h, &ev, H_SETSIZE, max) == 0) in stifle_history()
1154 history(h, &ev, H_SETSIZE, INT_MAX); in unstifle_history()
Dhistory.c948 case H_SETSIZE: in FUNW()
/external/libedit/examples/
Dtc1.c148 history(hist, &ev, H_SETSIZE, 100); in main()
Dwtc1.c128 history_w(hist, &ev, H_SETSIZE, 100); /* Remember 100 events */ in main()
/external/llvm/lib/LineEditor/
DLineEditor.cpp224 ::history(Data->Hist, &HE, H_SETSIZE, 800); in LineEditor()