| /src/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()
|
| /src/contrib/libedit/ |
| H A D | histedit.h | 208 #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 | 341 history(h, &ev, H_SETSIZE, INT_MAX); /* unlimited */ in rl_initialize() 1243 if (history(h, &ev, H_SETSIZE, max) == 0) { in stifle_history() 1266 history(h, &ev, H_SETSIZE, INT_MAX); in unstifle_history()
|
| H A D | history.c | 1013 case H_SETSIZE: in history()
|
| /src/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()
|
| /src/usr.sbin/lpr/lpc/ |
| H A D | lpc.c | 154 history(hist, &he, H_SETSIZE, 100); in cmdscanner()
|
| /src/contrib/llvm-project/llvm/lib/LineEditor/ |
| H A D | LineEditor.cpp | 224 ::history(Data->Hist, &HE, H_SETSIZE, 800); in LineEditor()
|
| /src/usr.sbin/gstat/ |
| H A D | gstat.c | 192 history(hist, &hist_ev, H_SETSIZE, 100); in main()
|
| /src/usr.sbin/ngctl/ |
| H A D | main.c | 343 history(hist, &hev, H_SETSIZE, 100); in DoInteractive()
|
| /src/usr.sbin/pppctl/ |
| H A D | pppctl.c | 593 history(td.hist, &hev, H_SETSIZE, size); in main()
|
| /src/bin/sh/ |
| H A D | histedit.c | 239 history(hist, &he, H_SETSIZE, histsize); in sethistsize()
|
| /src/usr.bin/units/ |
| H A D | units.c | 833 history(inhistory, &ev, H_SETSIZE, 800); in main()
|
| /src/usr.bin/tftp/ |
| H A D | main.c | 181 history(hist, &he, H_SETSIZE, 100); in main()
|
| /src/sbin/fsdb/ |
| H A D | fsdb.c | 274 history(hist, &he, H_SETSIZE, 100); /* 100 elt history buffer */ in cmdloop()
|
| /src/contrib/tnftp/src/ |
| H A D | util.c | 984 history(hist, &ev, H_SETSIZE, 100);/* remember 100 events */ in controlediting()
|
| /src/usr.sbin/cdcontrol/ |
| H A D | cdcontrol.c | 1177 history(hist, &he, H_SETSIZE, 100); in input()
|
| /src/contrib/bc/src/ |
| H A D | history.c | 205 history(h->hist, &bc_history_event, H_SETSIZE, 100); in bc_history_init()
|
| /src/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Editline.cpp | 198 history_w(m_history, &m_event, H_SETSIZE, size); in EditlineHistory()
|
| /src/crypto/openssh/ |
| H A D | sftp.c | 2226 history(hl, &hev, H_SETSIZE, 100); in interactive_loop()
|
| H A D | configure.ac | 1854 int i = H_SETSIZE;
|