Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Deval.c2388 error_white_both(p, 1); in eval1()
2401 error_white_both(*arg, 1); in eval1()
2494 error_white_both(p, 2); in eval2()
2506 error_white_both(*arg, 2); in eval2()
2620 error_white_both(p, 2); in eval3()
2632 error_white_both(*arg, 2); in eval3()
2736 error_white_both(*arg, len); in eval4()
2769 error_white_both(p, len); in eval4()
2896 error_white_both(*arg, oplen); in eval5()
3128 error_white_both(*arg, 1); in eval6()
[all …]
H A Dvim9compile.c4882 error_white_both(char_u *op, int len) in error_white_both() function
4972 error_white_both(op, 1); in compile_expr6()
5056 error_white_both(op, oplen); in compile_expr5()
5185 error_white_both(p, len); in compile_expr4()
6924 error_white_both(op, oplen); in compile_assignment()
/vim-8.2.3635/src/proto/
H A Dvim9compile.pro15 void error_white_both(char_u *op, int len);