Searched refs:hev (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/usr.sbin/pppctl/
H A Dpppctl.c284 HistEvent hev = { 0, "" }; local
300 history(td->hist, &hev, H_ENTER, l);
580 HistEvent hev = { 0, "" }; local
594 history(td.hist, &hev, H_SETSIZE, size);
/freebsd-11-stable/crypto/openssh/
H A Dsftp.c2046 HistEvent hev; local
2055 history(hl, &hev, H_SETSIZE, 100);
2150 history(hl, &hev, H_ENTER, line);
/freebsd-11-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-11-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);

Completed in 116 milliseconds