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

/freebsd-10.1-release/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-10.1-release/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-10.1-release/usr.sbin/pppctl/
H A Dpppctl.c282 HistEvent hev = { 0, "" }; local
298 history(td->hist, &hev, H_ENTER, l);
578 HistEvent hev = { 0, "" }; local
592 history(td.hist, &hev, H_SETSIZE, size);
/freebsd-10.1-release/crypto/openssh/
H A Dsftp.c1999 HistEvent hev; local
2008 history(hl, &hev, H_SETSIZE, 100);
2103 history(hl, &hev, H_ENTER, line);

Completed in 62 milliseconds