Searched refs:comment_col (Results 1 – 1 of 1) sorted by relevance
2339 comment_col = check_linecomment(linep); in findmatchlimit()2341 if (lisp && comment_col != MAXCOL && pos.col > (colnr_T)comment_col) in findmatchlimit()2354 if (lispcomm && pos.col < (colnr_T)comment_col) in findmatchlimit()2377 comment_col = check_linecomment(linep); in findmatchlimit()2380 if (lisp && comment_col != MAXCOL) in findmatchlimit()2381 pos.col = comment_col; in findmatchlimit()2397 || (lisp && comment_col != MAXCOL in findmatchlimit()2398 && pos.col == (colnr_T)comment_col) in findmatchlimit()2421 comment_col = check_linecomment(linep); in findmatchlimit()2487 && (int)pos.col < comment_col) in findmatchlimit()[all …]