Home
last modified time | relevance | path

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

/dports/shells/fish/fish-3.3.1/src/
H A Dast_node_types.inc37 ELEM(not_statement)
H A Dparse_execution.h98 const ast::not_statement_t &not_statement);
H A Dparse_execution.cpp273 case type_t::not_statement: in job_is_simple_block()
1031 job_t *job, process_t *proc, const ast::not_statement_t &not_statement) { in populate_not_process() argument
1034 return this->populate_job_process(job, proc, not_statement.contents, not_statement.variables); in populate_not_process()
1140 case type_t::not_statement: { in populate_job_process()
H A Dast.h709 struct not_statement_t final : public branch_t<type_t::not_statement> {