Home
last modified time | relevance | path

Searched refs:skip_comment (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dops.pro14 char_u *skip_comment(char_u *line, int process, int include_space, int *is_comment);
H A Dvim9compile.pro10 char_u *next_line_from_context(cctx_T *cctx, int skip_comment);
/vim-8.2.3635/src/
H A Dops.c1861 skip_comment( in skip_comment() function
2000 char_u *new_curr = skip_comment(curr, TRUE, insert_space, in do_join()
2006 curr = skip_comment(curr, FALSE, insert_space, in do_join()
H A Dfold.c1799 (void)skip_comment(line, FALSE, FALSE, &line_is_comment); in foldAddMarker()
H A Dvim9compile.c2707 next_line_from_context(cctx_T *cctx, int skip_comment) in next_line_from_context() argument
2723 || (skip_comment && vim9_comment_start(skipwhite(line)))); in next_line_from_context()