| /freebsd-13-stable/contrib/ntp/libntp/ |
| HD | 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-13-stable/contrib/libedit/ |
| HD | histedit.h | 206 #define H_SETSIZE 1 /* , const int); */ macro
|
| HD | hist.c | 212 return history_w(el->el_history.ref, &ev, H_SETSIZE, num); in hist_command()
|
| HD | readline.c | 338 history(h, &ev, H_SETSIZE, INT_MAX); /* unlimited */ in rl_initialize() 1236 if (history(h, &ev, H_SETSIZE, max) == 0) { in stifle_history() 1259 history(h, &ev, H_SETSIZE, INT_MAX); in unstifle_history()
|
| HD | history.c | 1010 case H_SETSIZE: in FUNW()
|
| /freebsd-13-stable/contrib/libedit/TEST/ |
| HD | tc1.c | 143 history(hist, &ev, H_SETSIZE, 100); in main()
|
| HD | wtc1.c | 128 history_w(hist, &ev, H_SETSIZE, 100); /* Remember 100 events */ in main()
|
| /freebsd-13-stable/usr.sbin/lpr/lpc/ |
| HD | lpc.c | 166 history(hist, &he, H_SETSIZE, 100); in cmdscanner()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/LineEditor/ |
| HD | LineEditor.cpp | 224 ::history(Data->Hist, &HE, H_SETSIZE, 800); in LineEditor()
|
| /freebsd-13-stable/usr.sbin/ngctl/ |
| HD | main.c | 309 history(hist, &hev, H_SETSIZE, 100); in DoInteractive()
|
| /freebsd-13-stable/usr.sbin/gstat/ |
| HD | gstat.c | 192 history(hist, &hist_ev, H_SETSIZE, 100); in main()
|
| /freebsd-13-stable/bin/sh/ |
| HD | histedit.c | 242 history(hist, &he, H_SETSIZE, histsize); in sethistsize()
|
| /freebsd-13-stable/usr.sbin/pppctl/ |
| HD | pppctl.c | 594 history(td.hist, &hev, H_SETSIZE, size); in main()
|
| /freebsd-13-stable/usr.bin/units/ |
| HD | units.c | 836 history(inhistory, &ev, H_SETSIZE, 800); in main()
|
| /freebsd-13-stable/usr.bin/tftp/ |
| HD | main.c | 194 history(hist, &he, H_SETSIZE, 100); in main()
|
| /freebsd-13-stable/usr.bin/bc/ |
| HD | bc.y | 1204 history(hist, &he, H_SETSIZE, 100); in main()
|
| /freebsd-13-stable/sbin/fsdb/ |
| HD | fsdb.c | 274 history(hist, &he, H_SETSIZE, 100); /* 100 elt history buffer */ in cmdloop()
|
| /freebsd-13-stable/contrib/tnftp/src/ |
| HD | util.c | 984 history(hist, &ev, H_SETSIZE, 100);/* remember 100 events */ in controlediting()
|
| /freebsd-13-stable/usr.sbin/cdcontrol/ |
| HD | cdcontrol.c | 1177 history(hist, &he, H_SETSIZE, 100); in input()
|
| /freebsd-13-stable/contrib/bc/src/ |
| HD | history.c | 204 history(h->hist, &bc_history_event, H_SETSIZE, 100); in bc_history_init()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/ |
| HD | Editline.cpp | 198 history_w(m_history, &m_event, H_SETSIZE, size); in EditlineHistory()
|
| /freebsd-13-stable/crypto/openssh/ |
| HD | sftp.c | 2226 history(hl, &hev, H_SETSIZE, 100); in interactive_loop()
|
| HD | configure.ac | 1820 int i = H_SETSIZE;
|