Lines Matching refs:is_decl
6272 int is_decl = is_decl_command(cmdidx); in compile_lhs() local
6293 if (is_decl && lhs->lhs_dest_end == var_start + 2 in compile_lhs()
6296 if (is_decl && var_end == var_start + 2 && var_end[-1] == ':') in compile_lhs()
6327 declare_error = is_decl; in compile_lhs()
6345 if (is_decl) in compile_lhs()
6355 if (is_decl) in compile_lhs()
6378 if (is_decl) in compile_lhs()
6440 if (is_decl && *var_end == ':') in compile_lhs()
6479 if (!is_decl) in compile_lhs()
6504 if (is_decl) in compile_lhs()
6560 int is_decl, in compile_assign_lhs() argument
6573 if (!is_decl && lhs->lhs_lvar != NULL in compile_assign_lhs()
6895 int is_decl = is_decl_command(cmdidx); in compile_assignment() local
6904 if (var_count > 0 && is_decl) in compile_assignment()
7033 is_decl, heredoc, oplen, cctx) == FAIL) in compile_assignment()
7113 if (lhs.lhs_lvar != NULL && (is_decl || !lhs.lhs_has_type)) in compile_assignment()
7308 if (is_decl && cmdidx == CMD_const && (lhs.lhs_dest == dest_script in compile_assignment()
7314 if (is_decl in compile_assignment()