Home
last modified time | relevance | path

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

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