OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pending_completions
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/wpa/dist/src/utils/
edit_readline.c
24
static char **
pending_completions
= NULL;
variable
30
if (
pending_completions
== NULL)
32
for (i = 0;
pending_completions
[i]; i++)
33
os_free(
pending_completions
[i]);
34
os_free(
pending_completions
);
35
pending_completions
= NULL;
44
if (
pending_completions
== NULL) {
53
for (;
pending_completions
[pos]; pos++) {
54
if (strncmp(
pending_completions
[pos], text, len) == 0)
55
return strdup(
pending_completions
[pos++])
[
all
...]
Completed in 14 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026