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

/freebsd-9.3-release/lib/libedit/
H A Dvi.c799 const char match_chars[] = "()[]{}"; local
806 i = strcspn(el->el_line.cursor, match_chars);
810 delta = strchr(match_chars, o_ch) - match_chars;
811 c_ch = match_chars[delta ^ 1];

Completed in 99 milliseconds