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

/freebsd-11.0-release/contrib/ntp/libntp/
H A Dntp_lineedit.c54 static EditLine * ntp_el; variable
81 if (NULL == ntp_el) {
84 ntp_el = el_init(progname, stdin, stdout, stderr);
86 ntp_el = el_init(progname, stdin, stdout);
88 if (ntp_el) {
90 el_set(ntp_el, EL_PROMPT, ntp_prompt_callback);
91 el_set(ntp_el, EL_EDITOR, "emacs");
100 el_end(ntp_el);
101 ntp_el = NULL;
110 el_set(ntp_el, EL_HIS
[all...]

Completed in 60 milliseconds