Searched refs:error_white_both (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | eval.c | 2388 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 D | vim9compile.c | 4882 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 D | vim9compile.pro | 15 void error_white_both(char_u *op, int len);
|