Searched refs:OPT_NOARG (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | options.c | 201 "Increase debugging level", OPT_INC|OPT_NOARG|1 }, 203 "Increase debugging level", OPT_INC|OPT_NOARG|1 }, 246 "Set hardware (RTS/CTS) flow control", OPT_NOARG|OPT_VAL(1) }, 248 "Disable hardware flow control", OPT_NOARG|OPT_VAL(-1) }, 250 "Disable hardware flow control", OPT_NOARG|OPT_VAL(-1) }, 252 "Set alternate hardware (DTR/CTS) flow control", OPT_NOARG|OPT_VAL(2) }, 254 "Disable hardware flow control", OPT_NOARG|OPT_VAL(-1) }, 292 OPT_NOARG | OPT_VAL(-1) }, 295 OPT_NOARG | OPT_VAL(-1) }, 746 if ((opt->flags & OPT_NOARG) == 0) { [all …]
|
H A D | pppd.h | 132 #define OPT_NOARG 0x200 /* option doesn't take argument */ macro
|
H A D | lcp.c | 170 OPT_NOARG|OPT_VAL(0) }, 173 OPT_NOARG|OPT_VAL(1) }, 202 "Disable use of LCP Identification", OPT_INC|OPT_NOARG|1 },
|