ScriptAddToken() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

ScriptAddToken() function

Syntax

static void ScriptAddToken(ParseTokenList *tokenlist,     const char *token,     int len,     int type,     int line);

Arguments

tokenlist

token

len

type

line

References

LocationReferrerText
jimsh0.c:8935
static void ScriptAddToken(ParseTokenList *tokenlist, const char *token, int len, int type,
jimsh0.c:9196JimSetScriptFromAny()
ScriptAddToken(&tokenlist, parser.tstart, parser.tend - parser.tstart + 1, parser.tt,
jimsh0.c:9201JimSetScriptFromAny()
ScriptAddToken(&tokenlist, scriptText + scriptTextLen, 0, JIM_TT_EOF, 0);
jimsh0.c:13902SetExprFromAny()
ScriptAddToken(&tokenlist, parser.tstart, parser.tend - parser.tstart + 1, parser.tt,
jimsh0.c:15659SetSubstFromAny()
ScriptAddToken(&tokenlist, parser.tstart, parser.tend - parser.tstart + 1, parser.tt,

Call Tree

Functions calling ScriptAddToken()
Functions called by ScriptAddToken()
ScriptAddToken()
memcpy()
all items filtered out
Type of ScriptAddToken()
ScriptAddToken()
all items filtered out