ESP-IDF
linenoiseState::buflen
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
linenoiseState::buflen
linenoiseState::buflen field
Syntax
Show:
Summary
Declaration
from
linenoise.c:151
size_t
buflen
;
Examples
References
from
examples
Code
Location
Referrer
size_t
buflen
;
/* Edited line buffer size. */
linenoise.c:151
nwritten
=
snprintf
(
ls
->
buf
,
ls
->
buflen
,
"%s"
,
lc
.
cvec
[
i
]
)
;
linenoise.c:429
completeLine()
if
(
l
->
len
<
l
->
buflen
)
{
linenoise.c:678
linenoiseEditInsert()
if
(
l
->
len
<
l
->
buflen
&&
l
->
len
==
l
->
pos
)
{
linenoise.c:708
linenoiseInsertPastedChar()
strncpy
(
l
->
buf
,
history
[
history_len
-
1
-
l
->
history_index
]
,
l
->
buflen
)
;
linenoise.c:772
linenoiseEditHistoryNext()
l
->
buf
[
l
->
buflen
-
1
]
=
'\0'
;
linenoise.c:773
linenoiseEditHistoryNext()
l
.
buflen
=
buflen
;
linenoise.c:858
linenoiseEdit()
l
.
buflen
--
;
/* Make sure there is always space for the nulterm */
linenoise.c:869
linenoiseEdit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
linenoiseState::buflen
is written by 1 function and is read by 5 functions:
linenoiseEdit()
All items filtered out
linenoiseState::buflen
completeLine()
linenoiseEditInsert()
linenoiseInsertPastedChar()
linenoiseEditHistoryNext()
linenoiseEdit()
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