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

/freebsd-12-stable/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-12-stable/contrib/libedit/
H A Dhistedit.h204 #define H_SETSIZE 1 /* , const int); */ macro
H A Dhist.c212 return history_w(el->el_history.ref, &ev, H_SETSIZE, num);
H A Dreadline.c310 history(h, &ev, H_SETSIZE, INT_MAX); /* unlimited */
1172 if (history(h, &ev, H_SETSIZE, max) == 0) {
1195 history(h, &ev, H_SETSIZE, INT_MAX);
H A Dhistory.c1010 case H_SETSIZE:
/freebsd-12-stable/contrib/libedit/TEST/
H A Dtc1.c143 history(hist, &ev, H_SETSIZE, 100);
H A Dwtc1.c128 history_w(hist, &ev, H_SETSIZE, 100); /* Remember 100 events */
/freebsd-12-stable/usr.sbin/lpr/lpc/
H A Dlpc.c168 history(hist, &he, H_SETSIZE, 100);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp229 ::history(Data->Hist, &HE, H_SETSIZE, 800);
/freebsd-12-stable/bin/sh/
H A Dhistedit.c175 history(hist, &he, H_SETSIZE, histsize);
/freebsd-12-stable/usr.sbin/gstat/
H A Dgstat.c194 history(hist, &hist_ev, H_SETSIZE, 100);
/freebsd-12-stable/usr.sbin/ngctl/
H A Dmain.c311 history(hist, &hev, H_SETSIZE, 100);
/freebsd-12-stable/usr.bin/units/
H A Dunits.c841 history(inhistory, &ev, H_SETSIZE, 800);
/freebsd-12-stable/usr.sbin/pppctl/
H A Dpppctl.c596 history(td.hist, &hev, H_SETSIZE, size);
/freebsd-12-stable/contrib/tnftp/src/
H A Dutil.c984 history(hist, &ev, H_SETSIZE, 100);/* remember 100 events */
/freebsd-12-stable/sbin/fsdb/
H A Dfsdb.c240 history(hist, &he, H_SETSIZE, 100); /* 100 elt history buffer */
/freebsd-12-stable/usr.bin/bc/
H A Dbc.y1206 history(hist, &he, H_SETSIZE, 100);
/freebsd-12-stable/usr.bin/tftp/
H A Dmain.c196 history(hist, &he, H_SETSIZE, 100);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp196 history_w(m_history, &m_event, H_SETSIZE, size);
/freebsd-12-stable/usr.sbin/cdcontrol/
H A Dcdcontrol.c1179 history(hist, &he, H_SETSIZE, 100);

Completed in 326 milliseconds