/freebsd/contrib/ntp/libntp/ |
H A D | ntp_lineedit.c | 51 # 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 D | histedit.h | 206 #define H_SETSIZE 1 /* , const int); */ macro
|
H A D | hist.c | 212 return history_w(el->el_history.ref, &ev, H_SETSIZE, num); in hist_command()
|
H A D | readline.c | 338 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 D | history.c | 1010 case H_SETSIZE: in FUNW()
|
/freebsd/contrib/libedit/TEST/ |
H A D | tc1.c | 143 history(hist, &ev, H_SETSIZE, 100); in main()
|
H A D | wtc1.c | 128 history_w(hist, &ev, H_SETSIZE, 100); /* Remember 100 events */ in main()
|
/freebsd/usr.sbin/lpr/lpc/ |
H A D | lpc.c | 154 history(hist, &he, H_SETSIZE, 100); in cmdscanner()
|
/freebsd/contrib/llvm-project/llvm/lib/LineEditor/ |
H A D | LineEditor.cpp | 224 ::history(Data->Hist, &HE, H_SETSIZE, 800); in LineEditor()
|
/freebsd/usr.sbin/ngctl/ |
H A D | main.c | 308 history(hist, &hev, H_SETSIZE, 100); in DoInteractive()
|
/freebsd/usr.sbin/gstat/ |
H A D | gstat.c | 192 history(hist, &hist_ev, H_SETSIZE, 100); in main()
|
/freebsd/usr.sbin/pppctl/ |
H A D | pppctl.c | 593 history(td.hist, &hev, H_SETSIZE, size); in main()
|
/freebsd/bin/sh/ |
H A D | histedit.c | 237 history(hist, &he, H_SETSIZE, histsize); in sethistsize()
|
/freebsd/usr.bin/units/ |
H A D | units.c | 833 history(inhistory, &ev, H_SETSIZE, 800); in main()
|
/freebsd/usr.bin/tftp/ |
H A D | main.c | 181 history(hist, &he, H_SETSIZE, 100); in main()
|
/freebsd/sbin/fsdb/ |
H A D | fsdb.c | 274 history(hist, &he, H_SETSIZE, 100); /* 100 elt history buffer */ in cmdloop()
|
/freebsd/contrib/tnftp/src/ |
H A D | util.c | 984 history(hist, &ev, H_SETSIZE, 100);/* remember 100 events */ in controlediting()
|
/freebsd/usr.sbin/cdcontrol/ |
H A D | cdcontrol.c | 1177 history(hist, &he, H_SETSIZE, 100); in input()
|
/freebsd/contrib/bc/src/ |
H A D | history.c | 204 history(h->hist, &bc_history_event, H_SETSIZE, 100); in bc_history_init()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Editline.cpp | 198 history_w(m_history, &m_event, H_SETSIZE, size); in EditlineHistory()
|
/freebsd/crypto/openssh/ |
H A D | sftp.c | 2226 history(hl, &hev, H_SETSIZE, 100); in interactive_loop()
|
H A D | configure.ac | 1820 int i = H_SETSIZE;
|