Lines Matching refs:onoff
52 static char *onoff(int bool);
833 onoff(int bool) in onoff() function
870 onoff(autoauth), onoff(autologin)); in status()
878 (void) printf("Passive mode: %s.\n", onoff(passivemode)); in status()
882 onoff(verbose), onoff(bell), onoff(interactive), in status()
883 onoff(doglob)); in status()
884 (void) printf("Store unique: %s; Receive unique: %s\n", onoff(sunique), in status()
885 onoff(runique)); in status()
887 onoff(mcase), onoff(crflag)); in status()
899 onoff(hash), onoff(sendport)); in status()
917 (void) printf("Bell mode %s.\n", onoff(bell)); in setbell()
929 (void) printf("Packet tracing %s.\n", onoff(trace)); in settrace()
941 (void) printf("Hash mark printing %s", onoff(hash)); in sethash()
956 (void) printf("Verbose mode %s.\n", onoff(verbose)); in setverbose()
968 (void) printf("Use of PORT cmds %s.\n", onoff(sendport)); in setport()
981 (void) printf("Interactive mode %s.\n", onoff(interactive)); in setprompt()
994 (void) printf("Globbing %s.\n", onoff(doglob)); in setglob()
1021 (void) printf("Debugging %s (debug=%d).\n", onoff(debug), debug); in setdebug()
1771 (void) printf("Case mapping %s.\n", onoff(mcase)); in setcase()
1780 (void) printf("Carriage Return stripping %s.\n", onoff(crflag)); in setcr()
2096 (void) printf("Store unique %s.\n", onoff(sunique)); in setsunique()
2105 (void) printf("Receive unique %s.\n", onoff(runique)); in setrunique()
2114 (void) printf("Passive mode %s.\n", onoff(passivemode)); in setpassive()