Searched refs:hev (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ntp/libntp/ |
H A D | ntp_lineedit.c | 56 static HistEvent hev; variable 106 ZERO(hev); in ntp_readline_init() 108 history(ntp_hist, &hev, H_SETSIZE, 128); in ntp_readline_init() 191 history(ntp_hist, &hev, H_ENTER, cline); in ntp_readline()
|
/freebsd/usr.sbin/ngctl/ |
H A D | main.c | 295 HistEvent hev = { 0, "" }; in DoInteractive() local 308 history(hist, &hev, H_SETSIZE, 100); in DoInteractive() 309 history(hist, &hev, H_SETUNIQUE, 1); in DoInteractive() 321 history(hist, &hev, H_ENTER, buf); in DoInteractive()
|
/freebsd/usr.sbin/pppctl/ |
H A D | pppctl.c | 283 HistEvent hev = { 0, "" }; in Terminal() local 299 history(td->hist, &hev, H_ENTER, l); in Terminal() 579 HistEvent hev = { 0, "" }; in main() local 593 history(td.hist, &hev, H_SETSIZE, size); in main()
|
/freebsd/crypto/openssh/ |
H A D | sftp.c | 2215 HistEvent hev; in interactive_loop() local 2224 history(hl, &hev, H_SETSIZE, 100); in interactive_loop() 2325 history(hl, &hev, H_ENTER, line); in interactive_loop()
|