Searched refs:OPT_ARG (Results 1 – 2 of 2) sorted by relevance
106 #define OPT_ARG (1<<3) /* option has optional argument */ macro110 #define opt_arg(o) ((o)->flags & OPT_ARG)111 #define permit_arg(o) ((o)->flags & (NEED_ARG | OPT_ARG))125 "rfc931", rfc931_option, OPT_ARG,127 "nice", nice_option, OPT_ARG,
81 #define OPT_ARG optional_argument macro