OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unescaped
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libedit/
filecomplete.c
182
wchar_t *
unescaped
= el_calloc(length + 1, sizeof(*string));
local in function:unescape_string
183
if (
unescaped
== NULL)
188
unescaped
[j++] = string[i];
190
unescaped
[j] = 0;
191
return
unescaped
;
Completed in 12 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025