perform
int perform;
.opt.value = &s_time_config.perform,
.opt.value = &s_time_config.perform,
s_time_config.perform = 3;
if (s_time_config.perform & 1) {
if (s_time_config.perform & 2) {
if (perform(argc, argv))
if ((argc > 0) && (perform(argc, argv) != 0)) {
(void)perform(1, argv);
res = perform((argv[2] == NULL)?2:3, argv);
tmp = perform(argc, argv);
res = perform(dvar->count, dvar->data);
int perform(int ac, char **av);