showhints is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

showhints variable

Syntax

static int showhints = 1;

References

LocationReferrerText
linenoise.c:1086
static int showhints = 1;
linenoise.c:1257refreshShowHints()
if (showhints && hintsCallback && availcols > 0) {
linenoise.c:1892linenoiseEdit()
showhints = 0;
linenoise.c:1894linenoiseEdit()
showhints = 1;

Data Use

Functions writing showhints
Functions reading showhints
all items filtered out
showhints
all items filtered out