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

/external/libedit/src/
H A Dvi.c806 const Char match_chars[] = STR("()[]{}"); local
813 i = Strcspn(el->el_line.cursor, match_chars);
817 delta = (size_t)(Strchr(match_chars, o_ch) - match_chars);
818 c_ch = match_chars[delta ^ 1];

Completed in 110 milliseconds