OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:input_len
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libedit/TEST/
test_filecompletion.c
524
size_t
input_len
;
local in function:main
532
input_len
= wcslen(inputs[i].user_typed_text);
533
wmemcpy(buffer, inputs[i].user_typed_text,
input_len
);
534
buffer[
input_len
] = 0;
536
line.cursor = line.buffer +
input_len
;
test_filecompletion.c
524
size_t
input_len
;
local in function:main
532
input_len
= wcslen(inputs[i].user_typed_text);
533
wmemcpy(buffer, inputs[i].user_typed_text,
input_len
);
534
buffer[
input_len
] = 0;
536
line.cursor = line.buffer +
input_len
;
Completed in 23 milliseconds
Indexes created Thu Sep 25 08:09:54 GMT 2025