Searched refs:H_SETSIZE (Results 1 - 20 of 20) sorted by relevance

/freebsd-11.0-release/contrib/ntp/libntp/
H A Dntp_lineedit.c51 # ifndef H_SETSIZE
52 # define H_SETSIZE H_EVENT macro
107 #ifdef H_SETSIZE
108 history(ntp_hist, &hev, H_SETSIZE, 128);
/freebsd-11.0-release/lib/libedit/
H A Dhistedit.h205 #define H_SETSIZE 1 /* , const int); */ macro
H A Dhist.c183 return FUNW(history)(el->el_history.ref, &ev, H_SETSIZE, num);
H A Dreadline.c321 history(h, &ev, H_SETSIZE, INT_MAX); /* unlimited */
1177 if (history(h, &ev, H_SETSIZE, max) == 0)
1191 history(h, &ev, H_SETSIZE, INT_MAX);
H A Dhistory.c962 case H_SETSIZE:
/freebsd-11.0-release/lib/libedit/TEST/
H A Dtc1.c144 history(hist, &ev, H_SETSIZE, 100);
H A Dwtc1.c131 history_w(hist, &ev, H_SETSIZE, 100); /* Remember 100 events */
/freebsd-11.0-release/usr.sbin/lpr/lpc/
H A Dlpc.c166 history(hist, &he, H_SETSIZE, 100);
/freebsd-11.0-release/contrib/llvm/lib/LineEditor/
H A DLineEditor.cpp224 ::history(Data->Hist, &HE, H_SETSIZE, 800);
/freebsd-11.0-release/bin/sh/
H A Dhistedit.c173 history(hist, &he, H_SETSIZE, histsize);
/freebsd-11.0-release/usr.sbin/gstat/
H A Dgstat.c174 history(hist, &hist_ev, H_SETSIZE, 100);
/freebsd-11.0-release/usr.sbin/ngctl/
H A Dmain.c311 history(hist, &hev, H_SETSIZE, 100);
/freebsd-11.0-release/usr.bin/units/
H A Dunits.c833 history(inhistory, &ev, H_SETSIZE, 800);
/freebsd-11.0-release/usr.sbin/pppctl/
H A Dpppctl.c592 history(td.hist, &hev, H_SETSIZE, size);
/freebsd-11.0-release/contrib/tnftp/src/
H A Dutil.c984 history(hist, &ev, H_SETSIZE, 100);/* remember 100 events */
/freebsd-11.0-release/sbin/fsdb/
H A Dfsdb.c239 history(hist, &he, H_SETSIZE, 100); /* 100 elt history buffer */
/freebsd-11.0-release/usr.bin/bc/
H A Dbc.y1205 history(hist, &he, H_SETSIZE, 100);
/freebsd-11.0-release/usr.bin/tftp/
H A Dmain.c719 history(hist, &he, H_SETSIZE, 100);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp186 history_w (m_history, &m_event, H_SETSIZE, size);
/freebsd-11.0-release/usr.sbin/cdcontrol/
H A Dcdcontrol.c1179 history(hist, &he, H_SETSIZE, 100);

Completed in 368 milliseconds