Home
last modified time | relevance | path

Searched refs:vim9_comment_start (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dvim9script.pro8 int vim9_comment_start(char_u *p);
/vim-8.2.3635/src/
H A Dscriptfile.c1813 || vim9_comment_start(p))) in getsourceline()
1855 && !(do_vim9_all && (*p == NUL || vim9_comment_start(p)))) in getsourceline()
H A Dvim9script.c167 vim9_comment_start(char_u *p) in vim9_comment_start() function
H A Dvim9compile.c2673 if (*p != NUL && !vim9_comment_start(p)) in peek_next_line_from_context()
2692 if (*p == NUL || (VIM_ISWHITE(*arg) && vim9_comment_start(p))) in may_peek_next_line()
2723 || (skip_comment && vim9_comment_start(skipwhite(line)))); in next_line_from_context()
2739 if (**arg == NUL || (VIM_ISWHITE(*whitep) && vim9_comment_start(*arg))) in may_get_next_line()
3959 if (VIM_ISWHITE(**arg) && vim9_comment_start(p)) in compile_dict()
4329 if (*p == NUL || (VIM_ISWHITE(**arg) && vim9_comment_start(p))) in compile_subscript()
H A Deval.c2059 if (*p != NUL && !vim9_comment_start(p)) in getline_peek_skip_comments()
2083 && (*p == NUL || (vim9_comment_start(p) && VIM_ISWHITE(p[-1])))) in eval_next_non_blank()
2123 if (*p == NUL || vim9_comment_start(p)) in eval_next_line()
H A Duserfunc.c1153 if (*p == NUL || vim9_comment_start(p)) in lambda_function_body()