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

hintsUserdata variable

Syntax

static void *hintsUserdata = NULL;

References

LocationReferrerText
linenoise.c:1089
static void *hintsUserdata = NULL;
linenoise.c:1174linenoiseSetHintsCallback()
hintsUserdata = userdata;
linenoise.c:1260refreshShowHints()
char *hint = hintsCallback(buf, &color, &bold, hintsUserdata);
linenoise.c:1291refreshShowHints()
if (freeHintsCallback) freeHintsCallback(hint, hintsUserdata);

Data Use

Functions writing hintsUserdata
Functions reading hintsUserdata
all items filtered out
hintsUserdata
all items filtered out