Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pppctl/
H A Dpppctl.c63 #define REC_SHOW (2) /* Show everything except prompts */ macro
145 if (display & (REC_SHOW|REC_VERBOSE)) { in Receive()
302 if (Receive(td->ppp, REC_SHOW) != 0) in Terminal()
655 if (Receive(fd, verbose | REC_SHOW) != 0) { in main()
665 while (Receive(fd, verbose | REC_SHOW) == 0) in main()