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

JIM_TT_EOF macro

Syntax

#define JIM_TT_EOF 8

References

LocationText
jim.c:1191
#define JIM_TT_EOF 8 /* end of script */
jimsh0.c:7064
#define JIM_TT_EOF 8
jim.c:1209
#define TOKEN_IS_SEP(type) (type >= JIM_TT_SEP && type <= JIM_TT_EOF)
jim.c:3706
ScriptAddToken(&tokenlist, scriptText + scriptTextLen, 0, JIM_TT_EOF, 0);
jimsh0.c:7082
#define TOKEN_IS_SEP(type) (type >= JIM_TT_SEP && type <= JIM_TT_EOF)
jimsh0.c:9201
ScriptAddToken(&tokenlist, scriptText + scriptTextLen, 0, JIM_TT_EOF, 0);