Searched refs:bcol (Results 1 – 2 of 2) sorted by relevance
1395 int bcol = (int)(ptr - line); in win_line() local1398 --bcol; // still working on the previous char, e.g. Tab in win_line()1405 if (bcol >= text_props[tpi].tp_col - 1 in win_line()1420 && bcol >= text_props[text_prop_next].tp_col - 1) in win_line()1422 if (bcol <= text_props[text_prop_next].tp_col - 1 in win_line()
486 let [bline, bcol] = searchpos('<'.blocktag[1:].'\>', "bnW")487 call s:CountITags(tolower(getline(bline)[: bcol-2]))