Home
last modified time | relevance | path

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

/dports/shells/fish/fish-3.3.1/src/
H A Dparse_execution.cpp1243 auto is_timed_not_statement = [](const ast::statement_t &stat) { in job_node_wants_timing() local
1253 if (is_timed_not_statement(job_node.statement)) return true; in job_node_wants_timing()
1255 if (is_timed_not_statement(jc.statement)) return true; in job_node_wants_timing()