Lines Matching defs:option
135 * translate -o option into F* constant (also used for test -o option)
138 option(const char *n)
183 shf_puts("Current option settings\n", shl_stdout);
292 * non-option arguments, -1 if there is an error.
310 /* First call? Build option strings... */
375 * an option (ie, can't get here if what is
381 i = option(go.optarg);
393 bi_errorf("%s: %s", go.optarg, "bad option");
438 /* set skips lone - or + option */
927 * or ':' and set go->optarg to the offending option character.
928 * If GF_ERROR is set (and option doesn't start with :), errors result in
936 * follows the option character (optarg is set to the null string if
937 * the option is missing).
941 * digit, it is assumed to be missing and normal option processing
942 * continues (optarg is set to 0 if the option is missing).
945 * option starting with + is accepted, the GI_PLUS flag will be set
986 "unknown option");
993 * : means argument must be present, may be part of option argument
996 * , means argument is part of option argument, and may be null.
1021 /* argument is attached to option character, even if null */