OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wordchars
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libedit/
map.h
62
wchar_t *
wordchars
; /* The word character separators */
member in struct:el_map_t
map.c
936
el->el_map.
wordchars
= NULL;
958
el_free(el->el_map.
wordchars
);
1056
el_free(el->el_map.
wordchars
);
1057
el->el_map.
wordchars
= wcsdup(L"_");
1092
el_free(el->el_map.
wordchars
);
1093
el->el_map.
wordchars
= wcsdup(L"*?_-.[]~=");
1138
* Set the
wordchars
1141
map_set_wordchars(EditLine *el, wchar_t *
wordchars
)
1144
el_free(el->el_map.
wordchars
);
1145
el->el_map.
wordchars
= wcsdup(wordchars)
[
all
...]
chared.c
207
return iswalnum(p) || wcschr(el->el_map.
wordchars
, p) != NULL;
217
if (iswalnum(p) || wcschr(el->el_map.
wordchars
, p) != NULL)
Completed in 25 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026