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

/freebsd-10.2-release/contrib/ntp/libntp/
H A Dntp_lineedit.c55 static History * ntp_hist; variable
93 ntp_hist = history_init();
95 if (NULL == ntp_hist) {
108 history(ntp_hist, &hev, H_SETSIZE, 128);
111 ntp_hist);
139 history_end(ntp_hist);
140 ntp_hist = NULL;
191 history(ntp_hist, &hev, H_ENTER, cline);

Completed in 101 milliseconds