Home
last modified time | relevance | path

Searched refs:run_job_list (Results 1 – 2 of 2) sorted by relevance

/dports/shells/fish/fish-3.3.1/src/
H A Dparse_execution.h141 end_execution_reason_t run_job_list(const ast::job_list_t &job_list_node,
143 end_execution_reason_t run_job_list(const ast::andor_job_list_t &job_list_node,
H A Dparse_execution.cpp313 cond_ret = run_job_list(if_clause->andor_tail, associated_block); in run_if_statement()
350 run_job_list(*job_list_to_execute, ib); in run_if_statement()
372 end_execution_reason_t ret = run_job_list(contents, sb); in run_begin_statement()
484 this->run_job_list(block_contents, fb); in run_for_statement()
578 result = this->run_job_list(matching_case_item->body, sb); in run_switch_statement()
616 cond_ret = run_job_list(header.andor_tail, associated_block); in run_while_statement()
640 this->run_job_list(contents, wb); in run_while_statement()
1490 end_execution_reason_t parse_execution_context_t::run_job_list(const ast::job_list_t &job_list_node, in run_job_list() function in parse_execution_context_t
1500 end_execution_reason_t parse_execution_context_t::run_job_list( in run_job_list() function in parse_execution_context_t
1546 return this->run_job_list(job_list, associated_block); in eval_node()