Lines Matching refs:may_get_next_line_error
2754 may_get_next_line_error(char_u *whitep, char_u **arg, cctx_T *cctx) in may_get_next_line_error() function
4285 if (may_get_next_line_error(p, arg, cctx) == FAIL) in compile_parenthesis()
4298 if (may_get_next_line_error(*arg, arg, cctx) == FAIL) in compile_parenthesis()
4506 if (may_get_next_line_error(p, arg, cctx) == FAIL) in compile_subscript()
4523 if (may_get_next_line_error(*arg, arg, cctx) == FAIL) in compile_subscript()
4537 if (may_get_next_line_error(*arg, arg, cctx) == FAIL) in compile_subscript()
4546 if (may_get_next_line_error(*arg, arg, cctx) == FAIL) in compile_subscript()
4915 if (may_get_next_line_error(*arg, arg, cctx) == FAIL) in compile_expr7t()
4975 if (may_get_next_line_error(op + 1, arg, cctx) == FAIL) in compile_expr6()
5060 if (may_get_next_line_error(op + oplen, arg, cctx) == FAIL) in compile_expr5()
5190 if (may_get_next_line_error(p + len, arg, cctx) == FAIL) in compile_expr4()
5337 if (may_get_next_line_error(p + 2, arg, cctx) == FAIL) in compile_and_or()
5556 if (may_get_next_line_error(p + 1 + op_falsy, arg, cctx) == FAIL) in compile_expr1()
5606 if (may_get_next_line_error(p + 1, arg, cctx) == FAIL) in compile_expr1()
6975 if (may_get_next_line_error(wp, &p, cctx) == FAIL) in compile_assignment()
7083 if (may_get_next_line_error(wp, &p, cctx) == FAIL) in compile_assignment()
8113 if (may_get_next_line_error(wp, &p, cctx) == FAIL) in compile_for()
8124 if (may_get_next_line_error(wp, &p, cctx) == FAIL) in compile_for()