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

JIM_TT_STR macro

Syntax

#define JIM_TT_STR 1

References

LocationText
jim.c:1183
#define JIM_TT_STR 1 /* simple string */
jimsh0.c:7056
#define JIM_TT_STR 1
jim.c:1452
int tt = JIM_TT_STR;
jim.c:1569
pc->tt = JIM_TT_STR;
jim.c:1702
pc->tt == JIM_TT_NONE || pc->tt == JIM_TT_STR) {
jim.c:2115
pc->tt = JIM_TT_STR;
jim.c:2149
pc->tt = JIM_TT_STR;
jim.c:3421
if (t->type == JIM_TT_STR && !TOKEN_IS_SEP(t[1].type)) {
jim.c:6712
if (parser.tt != JIM_TT_STR && parser.tt != JIM_TT_ESC)
jim.c:9712
case JIM_TT_STR:
jim.c:10810
case JIM_TT_STR:
jim.c:11089
case JIM_TT_STR:
jim.c:11608
pc->tt = (flags & JIM_SUBST_NOESC) ? JIM_TT_STR : JIM_TT_ESC;
jimsh0.c:7277
int tt = JIM_TT_STR;
jimsh0.c:7385
pc->tt = JIM_TT_STR;
jimsh0.c:7511
pc->tt == JIM_TT_NONE || pc->tt == JIM_TT_STR) {
jimsh0.c:7888
pc->tt = JIM_TT_STR;
jimsh0.c:7922
pc->tt = JIM_TT_STR;
jimsh0.c:8967
if (t->type == JIM_TT_STR && !TOKEN_IS_SEP(t[1].type)) {
jimsh0.c:11457
if (parser.tt != JIM_TT_STR && parser.tt != JIM_TT_ESC)
jimsh0.c:13988
case JIM_TT_STR:
jimsh0.c:14889
case JIM_TT_STR:
jimsh0.c:15130
case JIM_TT_STR:
jimsh0.c:15637
pc->tt = (flags & JIM_SUBST_NOESC) ? JIM_TT_STR : JIM_TT_ESC;