Searched refs:vim9_comment_start (Results 1 – 6 of 6) sorted by relevance
8 int vim9_comment_start(char_u *p);
1813 || vim9_comment_start(p))) in getsourceline()1855 && !(do_vim9_all && (*p == NUL || vim9_comment_start(p)))) in getsourceline()
167 vim9_comment_start(char_u *p) in vim9_comment_start() function
2673 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()
2059 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()
1153 if (*p == NUL || vim9_comment_start(p)) in lambda_function_body()