Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtextobject.c1656 int quotechar, in find_next_quote() argument
1668 else if (c == quotechar) in find_next_quote()
1688 int quotechar, in find_prev_quote() argument
1704 else if (line[col_start] == quotechar) in find_prev_quote()
1719 int quotechar) // Quote character in current_quote() argument
1795 if (line[i++] == quotechar) in current_quote()
1825 if (line[col_end] != quotechar) in current_quote()
1829 if (line[col_start] != quotechar) in current_quote()
1878 if (line[col_start] != quotechar) in current_quote()
1919 || (line[VIsual.col] != quotechar in current_quote()
[all …]
/vim-8.2.3635/src/proto/
H A Dtextobject.pro14 int current_quote(oparg_T *oap, long count, int include, int quotechar);