Searched refs:quotechar (Results 1 – 2 of 2) sorted by relevance
1656 int quotechar, in find_next_quote() argument1668 else if (c == quotechar) in find_next_quote()1688 int quotechar, in find_prev_quote() argument1704 else if (line[col_start] == quotechar) in find_prev_quote()1719 int quotechar) // Quote character in current_quote() argument1795 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 …]
14 int current_quote(oparg_T *oap, long count, int include, int quotechar);