Searched refs:oplen (Results 1 – 3 of 3) sorted by relevance
5028 int oplen; in compile_expr5() local6268 int oplen, in compile_lhs() argument6562 int oplen, in compile_assign_lhs() argument6890 int oplen = 0; in compile_assignment() local6922 if (oplen > 0 && (!VIM_ISWHITE(*sp) || !IS_WHITE_OR_NUL(op[oplen]))) in compile_assignment()6936 oplen = 2; in compile_assignment()6974 wp = op + oplen; in compile_assignment()7082 wp = op + oplen; in compile_assignment()7319 && oplen > 0 in compile_assignment()7376 int oplen; in may_compile_assignment() local[all …]
2871 int oplen; in eval5() local2889 oplen = (concat && p[1] == '.') ? 2 : 1; in eval5()2896 error_white_both(*arg, oplen); in eval5()2930 if (evaluate && vim9script && !IS_WHITE_OR_NUL((*arg)[oplen])) in eval5()2932 error_white_both(*arg, oplen); in eval5()2936 *arg = skipwhite_and_linebreak(*arg + oplen, evalarg); in eval5()
3444 int oplen; in find_ex_command() local3579 oplen = assignment_len(skipwhite(p), &heredoc); in find_ex_command()3580 if (oplen > 0) in find_ex_command()