ESP-IDF
linenoiseCompletions::len
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
linenoiseCompletions::len
linenoiseCompletions::len field
Syntax
Show:
Summary
Declaration
from
linenoise.h:50
size_t
len
;
Examples
References
from
examples
Code
Location
Referrer
size_t
len
;
linenoise.h:50
for
(
i
=
0
;
i
<
lc
->
len
;
i
++
)
linenoise.c:371
freeCompletions()
if
(
lc
.
len
==
0
)
{
linenoise.c:390
completeLine()
if
(
i
<
lc
.
len
)
{
linenoise.c:397
completeLine()
i
=
(
i
+
1
)
%
(
lc
.
len
+
1
)
;
linenoise.c:418
completeLine()
if
(
i
==
lc
.
len
)
linenoiseBeep
(
)
;
linenoise.c:419
completeLine()
if
(
i
<
lc
.
len
)
refreshLine
(
ls
)
;
linenoise.c:423
completeLine()
if
(
i
<
lc
.
len
)
{
linenoise.c:428
completeLine()
cvec
=
realloc
(
lc
->
cvec
,
sizeof
(
char
*
)
*
(
lc
->
len
+
1
)
)
;
linenoise.c:470
linenoiseAddCompletion()
lc
->
cvec
[
lc
->
len
++
]
=
copy
;
linenoise.c:476
linenoiseAddCompletion()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
linenoiseCompletions::len
is written by 1 function and is read by 3 functions:
linenoiseAddCompletion()
All items filtered out
linenoiseCompletions::len
freeCompletions()
completeLine()
linenoiseAddCompletion()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out