Searched refs:has_expr (Results 1 – 2 of 2) sorted by relevance
1819 int has_expr = cmdidx != CMD_let && cmdidx != CMD_var; in set_context_for_expression() local1853 xp->xp_context = has_expr ? EXPAND_EXPRESSION : EXPAND_NOTHING; in set_context_for_expression()1870 has_expr = TRUE; in set_context_for_expression()1886 else if (has_expr) in set_context_for_expression()
9085 int has_expr = FALSE; in compile_exec() local9114 has_expr = argt & (EX_XFILE | EX_EXPAND); in compile_exec()9177 has_expr = TRUE; in compile_exec()9192 has_expr = TRUE; in compile_exec()9200 has_expr = TRUE; in compile_exec()9203 if (has_expr && (p = (char_u *)strstr((char *)eap->arg, "`=")) != NULL) in compile_exec()