Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/
H A Dntp_lineedit.c51 # ifndef H_SETSIZE
52 # define H_SETSIZE H_EVENT macro
107 #ifdef H_SETSIZE in ntp_readline_init()
108 history(ntp_hist, &hev, H_SETSIZE, 128); in ntp_readline_init()
/freebsd/contrib/libedit/
H A Dhistedit.h206 #define H_SETSIZE 1 /* , const int); */ macro
H A Dhist.c212 return history_w(el->el_history.ref, &ev, H_SETSIZE, num); in hist_command()
H A Dreadline.c338 history(h, &ev, H_SETSIZE, INT_MAX); /* unlimited */ in rl_initialize()
1240 if (history(h, &ev, H_SETSIZE, max) == 0) { in stifle_history()
1263 history(h, &ev, H_SETSIZE, INT_MAX); in unstifle_history()
H A Dhistory.c1010 case H_SETSIZE: in FUNW()
/freebsd/contrib/libedit/TEST/
H A Dtc1.c143 history(hist, &ev, H_SETSIZE, 100); in main()
H A Dwtc1.c128 history_w(hist, &ev, H_SETSIZE, 100); /* Remember 100 events */ in main()
/freebsd/usr.sbin/lpr/lpc/
H A Dlpc.c154 history(hist, &he, H_SETSIZE, 100); in cmdscanner()
/freebsd/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp224 ::history(Data->Hist, &HE, H_SETSIZE, 800); in LineEditor()
/freebsd/usr.sbin/ngctl/
H A Dmain.c308 history(hist, &hev, H_SETSIZE, 100); in DoInteractive()
/freebsd/usr.sbin/gstat/
H A Dgstat.c192 history(hist, &hist_ev, H_SETSIZE, 100); in main()
/freebsd/usr.sbin/pppctl/
H A Dpppctl.c593 history(td.hist, &hev, H_SETSIZE, size); in main()
/freebsd/bin/sh/
H A Dhistedit.c237 history(hist, &he, H_SETSIZE, histsize); in sethistsize()
/freebsd/usr.bin/units/
H A Dunits.c833 history(inhistory, &ev, H_SETSIZE, 800); in main()
/freebsd/usr.bin/tftp/
H A Dmain.c181 history(hist, &he, H_SETSIZE, 100); in main()
/freebsd/sbin/fsdb/
H A Dfsdb.c274 history(hist, &he, H_SETSIZE, 100); /* 100 elt history buffer */ in cmdloop()
/freebsd/contrib/tnftp/src/
H A Dutil.c984 history(hist, &ev, H_SETSIZE, 100);/* remember 100 events */ in controlediting()
/freebsd/usr.sbin/cdcontrol/
H A Dcdcontrol.c1177 history(hist, &he, H_SETSIZE, 100); in input()
/freebsd/contrib/bc/src/
H A Dhistory.c204 history(h->hist, &bc_history_event, H_SETSIZE, 100); in bc_history_init()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp198 history_w(m_history, &m_event, H_SETSIZE, size); in EditlineHistory()
/freebsd/crypto/openssh/
H A Dsftp.c2226 history(hl, &hev, H_SETSIZE, 100); in interactive_loop()
H A Dconfigure.ac1820 int i = H_SETSIZE;