Lines Matching refs:IS_WHITE_OR_NUL
3677 if (*p != ']' && !IS_WHITE_OR_NUL(*p)) in compile_list()
3910 if (!IS_WHITE_OR_NUL(*whitep)) in compile_dict()
3941 if (IS_WHITE_OR_NUL(*whitep)) in compile_dict()
3947 if (!IS_WHITE_OR_NUL(*whitep)) in compile_dict()
4531 if (!IS_WHITE_OR_NUL(**arg) && **arg != ']') in compile_subscript()
4576 if (IS_WHITE_OR_NUL(**arg)) in compile_subscript()
4970 if (!IS_WHITE_OR_NUL(**arg) || !IS_WHITE_OR_NUL(op[1])) in compile_expr6()
5054 if (!IS_WHITE_OR_NUL(**arg) || !IS_WHITE_OR_NUL(op[oplen])) in compile_expr5()
5183 if (!IS_WHITE_OR_NUL(**arg) || !IS_WHITE_OR_NUL(p[len])) in compile_expr4()
5270 if (!IS_WHITE_OR_NUL(**arg) || !IS_WHITE_OR_NUL(p[2])) in compile_and_or()
5509 if (!IS_WHITE_OR_NUL(**arg) || !IS_WHITE_OR_NUL(p[1 + op_falsy])) in compile_expr1()
5595 if (!IS_WHITE_OR_NUL(**arg) || !IS_WHITE_OR_NUL(p[1])) in compile_expr1()
6642 if ((need_white_before && !IS_WHITE_OR_NUL(p[-1])) in compile_assign_index()
6643 || (!empty_second && !IS_WHITE_OR_NUL(p[1]))) in compile_assign_index()
6922 if (oplen > 0 && (!VIM_ISWHITE(*sp) || !IS_WHITE_OR_NUL(op[oplen]))) in compile_assignment()
8115 if (STRNCMP(p, "in", 2) != 0 || !IS_WHITE_OR_NUL(p[2])) in compile_for()