Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcindent.c231 pos_T *rs_pos; in ind_find_start_CORS() local
241 rs_pos = find_start_rawstring(curbuf->b_ind_maxcomment); in ind_find_start_CORS()
245 if (comment_pos == NULL || (rs_pos != NULL in ind_find_start_CORS()
246 && LT_POS(*rs_pos, *comment_pos))) in ind_find_start_CORS()
248 if (is_raw != NULL && rs_pos != NULL) in ind_find_start_CORS()
249 *is_raw = rs_pos->lnum; in ind_find_start_CORS()
250 return rs_pos; in ind_find_start_CORS()