Lines Matching refs:VIM_ISWHITE
2692 if (*p == NUL || (VIM_ISWHITE(*arg) && vim9_comment_start(p))) in may_peek_next_line()
2739 if (**arg == NUL || (VIM_ISWHITE(*whitep) && vim9_comment_start(*arg))) in may_get_next_line()
3051 if (VIM_ISWHITE(*p)) in compile_load_scriptvar()
3388 if (*p != NUL && !VIM_ISWHITE(*p)) in compile_arguments()
3959 if (VIM_ISWHITE(**arg) && vim9_comment_start(p)) in compile_dict()
4225 while (VIM_ISWHITE(*p)) in compile_leader()
4261 while (p > start && (p[-1] == '!' || VIM_ISWHITE(p[-1]))) in compile_leader()
4329 if (*p == NUL || (VIM_ISWHITE(**arg) && vim9_comment_start(p))) in compile_subscript()
6445 if (!VIM_ISWHITE(var_end[1])) in compile_lhs()
6922 if (oplen > 0 && (!VIM_ISWHITE(*sp) || !IS_WHITE_OR_NUL(op[oplen]))) in compile_assignment()
6929 if (VIM_ISWHITE(eap->cmd[2])) in compile_assignment()
9148 while (p > eap->arg && VIM_ISWHITE(*p)) in compile_exec()
9489 if (VIM_ISWHITE(cmd[1])) in check_global_and_subst()
9710 || VIM_ISWHITE(line[-1])))) in compile_def_function()
9825 if (p < ea.cmd && !VIM_ISWHITE(*p)) in compile_def_function()