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

/freebsd-11-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-11-stable/lib/libedit/
H A Dhistedit.h205 #define H_SETSIZE 1 /* , const int); */ macro
H A Dhist.c185 return FUNW(history)(el->el_history.ref, &ev, H_SETSIZE, num);
H A Dreadline.c320 history(h, &ev, H_SETSIZE, INT_MAX); /* unlimited */
1176 if (history(h, &ev, H_SETSIZE, max) == 0)
1190 history(h, &ev, H_SETSIZE, INT_MAX);
H A Dhistory.c961 case H_SETSIZE:
/freebsd-11-stable/lib/libedit/TEST/
H A Dtc1.c144 history(hist, &ev, H_SETSIZE, 100);
H A Dwtc1.c134 history_w(hist, &ev, H_SETSIZE, 100); /* Remember 100 events */
/freebsd-11-stable/usr.sbin/lpr/lpc/
H A Dlpc.c166 history(hist, &he, H_SETSIZE, 100);
/freebsd-11-stable/usr.sbin/gstat/
H A Dgstat.c183 history(hist, &hist_ev, H_SETSIZE, 100);
/freebsd-11-stable/bin/sh/
H A Dhistedit.c173 history(hist, &he, H_SETSIZE, histsize);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp229 ::history(Data->Hist, &HE, H_SETSIZE, 800);
/freebsd-11-stable/usr.sbin/ngctl/
H A Dmain.c311 history(hist, &hev, H_SETSIZE, 100);
/freebsd-11-stable/usr.bin/units/
H A Dunits.c841 history(inhistory, &ev, H_SETSIZE, 800);
/freebsd-11-stable/usr.sbin/pppctl/
H A Dpppctl.c594 history(td.hist, &hev, H_SETSIZE, size);
/freebsd-11-stable/contrib/tnftp/src/
H A Dutil.c984 history(hist, &ev, H_SETSIZE, 100);/* remember 100 events */
/freebsd-11-stable/usr.bin/tftp/
H A Dmain.c726 history(hist, &he, H_SETSIZE, 100);
/freebsd-11-stable/usr.bin/bc/
H A Dbc.y1206 history(hist, &he, H_SETSIZE, 100);
/freebsd-11-stable/sbin/fsdb/
H A Dfsdb.c240 history(hist, &he, H_SETSIZE, 100); /* 100 elt history buffer */
/freebsd-11-stable/usr.sbin/cdcontrol/
H A Dcdcontrol.c1179 history(hist, &he, H_SETSIZE, 100);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp196 history_w(m_history, &m_event, H_SETSIZE, size);

Completed in 170 milliseconds