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

/freebsd-11.0-release/contrib/top/
H A Dtop.xs235 .SH "INTERACTIVE MODE"
/freebsd-11.0-release/contrib/ntp/ntpdc/
H A Dntpdc-opts.h161 # ifdef INTERACTIVE
162 # warning undefining INTERACTIVE due to option name conflict
163 # undef INTERACTIVE macro
187 # undef INTERACTIVE macro
H A Dntpdc.c321 if (HAVE_OPT(INTERACTIVE)) {
/freebsd-11.0-release/contrib/ntp/ntpq/
H A Dntpq-opts.h162 # ifdef INTERACTIVE
163 # warning undefining INTERACTIVE due to option name conflict
164 # undef INTERACTIVE macro
192 # undef INTERACTIVE macro
H A Dntpq.c533 if (HAVE_OPT(INTERACTIVE))
/freebsd-11.0-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh92 INTERACTIVE=""
113 INTERACTIVE="YES"
243 if [ -z "${INTERACTIVE}" ]; then
245 INTERACTIVE="YES"
247 INTERACTIVE="NO"
1077 if [ "${INTERACTIVE}" != "YES" ]; then
1123 if [ "${INTERACTIVE}" = "YES" ]; then
/freebsd-11.0-release/sys/net/
H A Dif_spppsubr.c253 #define INTERACTIVE(p) (interactive_ports[(p) & 7] == (p)) macro
860 else if (INTERACTIVE (ntohs (tcp->th_sport)))
862 else if (INTERACTIVE (ntohs (tcp->th_dport)))

Completed in 88 milliseconds