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

/freebsd-13-stable/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-13-stable/usr.sbin/ngctl/
H A Dmain.c298 HistEvent hev = { 0, "" }; local
311 history(hist, &hev, H_SETSIZE, 100);
312 history(hist, &hev, H_SETUNIQUE, 1);
324 history(hist, &hev, H_ENTER, buf);
/freebsd-13-stable/usr.sbin/pppctl/
H A Dpppctl.c286 HistEvent hev = { 0, "" }; local
302 history(td->hist, &hev, H_ENTER, l);
582 HistEvent hev = { 0, "" }; local
596 history(td.hist, &hev, H_SETSIZE, size);
/freebsd-13-stable/crypto/openssh/
H A Dsftp.c2123 HistEvent hev; local
2132 history(hl, &hev, H_SETSIZE, 100);
2230 history(hl, &hev, H_ENTER, line);

Completed in 167 milliseconds