Lines Matching refs:optarg
394 opt->backtitle = optarg;
399 conf->x = (int)strtol(optarg, NULL, 10);
405 conf->y = (int)strtol(optarg, NULL, 10);
416 (int)strtol(optarg, NULL, 10));
419 conf->button.cancel_label = optarg;
430 (u_int)strtoul(optarg, NULL, 10);
436 if (strcasecmp(optarg, "d/m/y") == 0)
438 else if (strcasecmp(optarg, "m/d/y") == 0)
440 else if (strcasecmp(optarg, "y/m/d") == 0)
444 "date format \"%s\" is invalid", optarg);
447 opt->date_fmt = optarg;
450 conf->button.default_label = optarg;
453 opt->item_default = optarg;
463 (int)strtol(optarg, NULL, 10));
467 (int)strtol(optarg, NULL, 10));
470 conf->button.ok_label = optarg;
477 (int)strtol(optarg, NULL, 10));
480 conf->button.extra_label = optarg;
486 i = (int)strtol(optarg, NULL, 10);
492 conf->button.help_label = optarg;
501 conf->key.f1_file = optarg;
504 if (optarg[0] != '\0')
505 conf->bottomtitle = optarg;
508 conf->key.f1_message = optarg;
526 conf->button.left1_label = optarg;
530 (int)strtol(optarg, NULL, 10));
533 conf->button.left2_label = optarg;
537 (int)strtol(optarg, NULL, 10));
540 conf->button.left3_label = optarg;
544 (int)strtol(optarg, NULL, 10));
547 opt->loadthemefile = optarg;
550 opt->max_input_form = (u_int)strtoul(optarg, NULL, 10);
575 (int)strtol(optarg, NULL, 10));
578 conf->button.ok_label = optarg;
581 opt->output_fd = (int)strtol(optarg, NULL, 10);
584 opt->item_output_sep = optarg;
605 conf->button.right1_label = optarg;
609 (int)strtol(optarg, NULL, 10));
612 conf->button.right2_label = optarg;
616 (int)strtol(optarg, NULL, 10));
619 conf->button.right3_label = optarg;
623 (int)strtol(optarg, NULL, 10));
627 opt->savethemefile = optarg;
639 conf->sleep = (u_int)strtoul(optarg, NULL, 10);
654 conf->text.tablen = (u_int)strtoul(optarg, NULL, 10);
663 if (strcasecmp(optarg, "blackwhite") == 0)
665 else if (strcasecmp(optarg, "flat") == 0)
667 else if (strcasecmp(optarg, "3d") == 0)
671 "--theme: \"%s\" is unknown", optarg);
675 (int)strtol(optarg, NULL, 10));
678 opt->time_fmt = optarg;
681 conf->title = optarg;