Home
last modified time | relevance | path

Searched refs:hev (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ntp/libntp/
H A Dntp_lineedit.c56 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 Dmain.c295 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 Dpppctl.c283 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 Dsftp.c2215 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()