Home | History | Annotate | Download | only in src

Lines Matching full:optarg

382 			array = go.optarg;
388 if (go.optarg == NULL) {
399 i = option(go.optarg);
422 bi_errorf(Tf_sD_s, go.optarg,
1204 go->optarg = NULL;
1216 * or ':' and set go->optarg to the offending option character.
1222 * (if it isn't present, optarg is set to 0).
1225 * follows the option character (optarg is set to the null string if
1231 * continues (optarg is set to 0 if the option is missing).
1270 go->optarg = go->buf;
1289 go->optarg = argv[go->optind - 1] + go->p;
1291 go->optarg = argv[go->optind++];
1293 go->optarg = NULL;
1297 go->optarg = go->buf;
1311 go->optarg = argv[go->optind - 1] + go->p;
1316 * but must start with a digit. optarg is set to 0 if the
1321 go->optarg = argv[go->optind - 1] + go->p;
1324 go->optarg = NULL;
1328 go->optarg = argv[go->optind++];
1331 go->optarg = NULL;
2288 const char *dv = go->optarg;
2310 "can't find tty", go->optarg);
2332 if (go->optarg[0] != '!') {
2344 if (go->optarg[0] != '-') {