Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcindent.c230 pos_T *comment_pos; in ind_find_start_CORS() local
234 if (comment_pos != NULL) in ind_find_start_CORS()
238 comment_pos_copy = *comment_pos; in ind_find_start_CORS()
239 comment_pos = &comment_pos_copy; in ind_find_start_CORS()
252 return comment_pos; in ind_find_start_CORS()
2044 pos_T *comment_pos; in get_c_indent() local
2109 if (comment_pos != NULL) in get_c_indent()
2112 tryposCopy = *comment_pos; in get_c_indent()
2113 comment_pos = &tryposCopy; in get_c_indent()
2235 else if (STRNCMP(ml_get(comment_pos->lnum) + comment_pos->col, in get_c_indent()
[all …]