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

JimParserInit() function

Syntax

static void JimParserInit(struct JimParserCtx *pc,     const char *prg,     int len,     int linenr);

Arguments

pc

prg

len

linenr

References

LocationReferrerText
jimsh0.c:7121
static void JimParserInit(struct JimParserCtx *pc, const char *prg, int len, int linenr)
jimsh0.c:9193JimSetScriptFromAny()
JimParserInit(&parser, scriptText, scriptTextLen, line);
jimsh0.c:11452SetListFromAny()
JimParserInit(&parser, str, strLen, linenr);
jimsh0.c:13893SetExprFromAny()
JimParserInit(&parser, exprText, exprTextLen, line);
jimsh0.c:15652SetSubstFromAny()
JimParserInit(&parser, scriptText, scriptTextLen, 1);