Searched refs:expand_arguments_from_nodes (Results 1 – 2 of 2) sorted by relevance
/dports/shells/fish/fish-3.3.1/src/ |
H A D | parse_execution.cpp | 387 this->expand_arguments_from_nodes(arg_nodes, &arguments, failglob); in run_function_statement() 444 end_execution_reason_t ret = this->expand_arguments_from_nodes(arg_nodes, &arguments, nullglob); in run_for_statement() 558 this->expand_arguments_from_nodes(arg_nodes, &case_args, failglob); in run_switch_statement() 743 this->expand_arguments_from_nodes(args, &event_args, failglob); in handle_command_not_found() 901 this->expand_arguments_from_nodes(arg_nodes, &cmd_args, glob_behavior); in populate_plain_process() 926 end_execution_reason_t parse_execution_context_t::expand_arguments_from_nodes( in expand_arguments_from_nodes() function in parse_execution_context_t
|
H A D | parse_execution.h | 128 end_execution_reason_t expand_arguments_from_nodes(const ast_args_list_t &argument_nodes,
|