Searched refs:col_start (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | textobject.c | 1687 int col_start, in find_prev_quote() argument 1695 --col_start; in find_prev_quote() 1696 col_start -= (*mb_head_off)(line, line + col_start); in find_prev_quote() 1810 col_start = find_next_quote(line, col_start + 1, quotechar, NULL); in current_quote() 1855 col_start = 0; in current_quote() 1859 col_start = find_next_quote(line, col_start, quotechar, NULL); in current_quote() 1860 if (col_start < 0 || col_start > first_col) in current_quote() 1881 col_start = find_next_quote(line, col_start, quotechar, NULL); in current_quote() 1901 while (col_start > 0 && VIM_ISWHITE(line[col_start - 1])) in current_quote() 1902 --col_start; in current_quote() [all …]
|