Home
last modified time | relevance | path

Searched refs:oplen (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9compile.c5028 int oplen; in compile_expr5() local
6268 int oplen, in compile_lhs() argument
6562 int oplen, in compile_assign_lhs() argument
6890 int oplen = 0; in compile_assignment() local
6922 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 …]
H A Deval.c2871 int oplen; in eval5() local
2889 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()
H A Dex_docmd.c3444 int oplen; in find_ex_command() local
3579 oplen = assignment_len(skipwhite(p), &heredoc); in find_ex_command()
3580 if (oplen > 0) in find_ex_command()