Searched refs:OPT_NOARG (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | options.c | 207 "Increase debugging level", OPT_INC|OPT_NOARG|1 }, 209 "Increase debugging level", OPT_INC|OPT_NOARG|1 }, 252 "Set hardware (RTS/CTS) flow control", OPT_NOARG|OPT_VAL(1) }, 254 "Disable hardware flow control", OPT_NOARG|OPT_VAL(-1) }, 256 "Disable hardware flow control", OPT_NOARG|OPT_VAL(-1) }, 258 "Set alternate hardware (DTR/CTS) flow control", OPT_NOARG|OPT_VAL(2) }, 260 "Disable hardware flow control", OPT_NOARG|OPT_VAL(-1) }, 298 OPT_NOARG | OPT_VAL(-1) }, 301 OPT_NOARG | OPT_VAL(-1) }, 752 if ((opt->flags & OPT_NOARG) == 0) { [all …]
|
H A D | pppd.h | 125 #define OPT_NOARG 0x200 /* option doesn't take argument */ macro
|
H A D | lcp.c | 178 OPT_NOARG|OPT_VAL(0) }, 181 OPT_NOARG|OPT_VAL(1) }, 210 "Disable use of LCP Identification", OPT_INC|OPT_NOARG|1 },
|