Searched refs:o_ch (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/libedit/
H A Dvi.c816 wchar_t o_ch, c_ch; local
821 o_ch = el->el_line.cursor[i];
822 if (o_ch == 0)
824 delta = (size_t)(wcschr(match_chars, o_ch) - match_chars);
833 if (*cp == o_ch)

Completed in 111 milliseconds