Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtextobject.c1685 find_prev_quote( in find_prev_quote() function
1824 col_end = find_prev_quote(line, col_start, quotechar, NULL); in current_quote()
1827 col_start = find_prev_quote(line, col_end, quotechar, in current_quote()
1848 first_col = find_prev_quote(line, col_start, quotechar, NULL); in current_quote()
1877 col_start = find_prev_quote(line, col_start, quotechar, curbuf->b_p_qe); in current_quote()