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

/freebsd-current/contrib/ntp/libntp/
H A Dntp_lineedit.c56 static HistEvent hev; variable
106 ZERO(hev);
108 history(ntp_hist, &hev, H_SETSIZE, 128);
191 history(ntp_hist, &hev, H_ENTER, cline);
/freebsd-current/usr.sbin/ngctl/
H A Dmain.c295 HistEvent hev = { 0, "" }; local
308 history(hist, &hev, H_SETSIZE, 100);
309 history(hist, &hev, H_SETUNIQUE, 1);
321 history(hist, &hev, H_ENTER, buf);
/freebsd-current/usr.sbin/pppctl/
H A Dpppctl.c283 HistEvent hev = { 0, "" }; local
299 history(td->hist, &hev, H_ENTER, l);
579 HistEvent hev = { 0, "" }; local
593 history(td.hist, &hev, H_SETSIZE, size);
/freebsd-current/crypto/openssh/
H A Dsftp.c2215 HistEvent hev; local
2224 history(hl, &hev, H_SETSIZE, 100);
2325 history(hl, &hev, H_ENTER, line);

Completed in 78 milliseconds