Home
last modified time | relevance | path

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

/dports/shells/fish/fish-3.3.1/src/
H A Dparse_execution.h85 bool job_is_simple_block(const ast::job_t &job) const;
H A Dparse_execution.cpp248 bool parse_execution_context_t::job_is_simple_block(const ast::job_t &job) const { in job_is_simple_block() function in parse_execution_context_t
1292 if (job_is_simple_block(job_node)) { in run_1_job()