OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 01 19:09:53 GMT 2025