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.c330 HistEvent hev = { 0, "" }; in DoInteractive() local
343 history(hist, &hev, H_SETSIZE, 100); in DoInteractive()
344 history(hist, &hev, H_SETUNIQUE, 1); in DoInteractive()
356 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.c2230 HistEvent hev; in interactive_loop() local
2239 history(hl, &hev, H_SETSIZE, 100); in interactive_loop()
2346 history(hl, &hev, H_ENTER, line); in interactive_loop()