HomeSort by: relevance | last modified time | path
    Searched defs:match_chars (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libedit/
vi.c 813 const wchar_t match_chars[] = L"()[]{}"; local in function:vi_match
820 i = wcscspn(el->el_line.cursor, match_chars);
824 delta = (size_t)(wcschr(match_chars, o_ch) - match_chars);
825 c_ch = match_chars[delta ^ 1];
vi.c 813 const wchar_t match_chars[] = L"()[]{}"; local in function:vi_match
820 i = wcscspn(el->el_line.cursor, match_chars);
824 delta = (size_t)(wcschr(match_chars, o_ch) - match_chars);
825 c_ch = match_chars[delta ^ 1];

Completed in 21 milliseconds