Searched refs:arg_element (Results 1 – 1 of 1) sorted by relevance
367 struct args_struct_t *arg_element) in nsi_cmd_handle_this_matched_arg() argument369 if (arg_element->dest != NULL) { in nsi_cmd_handle_this_matched_arg()370 if (arg_element->is_switch) { in nsi_cmd_handle_this_matched_arg()371 if (arg_element->type == 'b') { in nsi_cmd_handle_this_matched_arg()372 *(bool *)arg_element->dest = true; in nsi_cmd_handle_this_matched_arg()378 arg_element->dest, in nsi_cmd_handle_this_matched_arg()379 arg_element->type, in nsi_cmd_handle_this_matched_arg()380 arg_element->option); in nsi_cmd_handle_this_matched_arg()384 if (arg_element->call_when_found) { in nsi_cmd_handle_this_matched_arg()385 arg_element->call_when_found(argv, offset); in nsi_cmd_handle_this_matched_arg()