Searched refs:find_next_quote (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | textobject.c | 1653 find_next_quote( in find_next_quote() function 1810 col_start = find_next_quote(line, col_start + 1, quotechar, NULL); in current_quote() 1813 col_end = find_next_quote(line, col_start + 1, quotechar, in current_quote() 1846 first_col = find_next_quote(line, col_start, quotechar, NULL); in current_quote() 1859 col_start = find_next_quote(line, col_start, quotechar, NULL); in current_quote() 1863 col_end = find_next_quote(line, col_start + 1, quotechar, in current_quote() 1881 col_start = find_next_quote(line, col_start, quotechar, NULL); in current_quote() 1887 col_end = find_next_quote(line, col_start + 1, quotechar, in current_quote()
|