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

JIM_TT_NONE macro

Syntax

#define JIM_TT_NONE 0

References

LocationText
jim.c:1182
#define JIM_TT_NONE 0 /* No token returned */
jimsh0.c:7055
#define JIM_TT_NONE 0
jim.c:1211
#define TOKEN_IS_EXPR_START(type) (type == JIM_TT_NONE || type == JIM_TT_SUBEXPR_START || type == JIM_TT_SUBEXPR_COMMA)
jim.c:1263
pc->tt = JIM_TT_NONE;
jim.c:1702
pc->tt == JIM_TT_NONE || pc->tt == JIM_TT_STR) {
jim.c:9297
prevtt = JIM_TT_NONE;
jimsh0.c:7084
#define TOKEN_IS_EXPR_START(type) (type == JIM_TT_NONE || type == JIM_TT_SUBEXPR_START || type == JIM_TT_SUBEXPR_COMMA)
jimsh0.c:7128
pc->tt = JIM_TT_NONE;
jimsh0.c:7511
pc->tt == JIM_TT_NONE || pc->tt == JIM_TT_STR) {
jimsh0.c:13593
prevtt = JIM_TT_NONE;