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

JIM_SUBST_NOESC macro

Syntax

#define JIM_SUBST_NOESC 4

References

LocationText
jim.h:161
#define JIM_SUBST_NOESC 4 /* don't perform escapes substitutions */
jimsh0.c:253
#define JIM_SUBST_NOESC 4
jim.c:11608
pc->tt = (flags & JIM_SUBST_NOESC) ? JIM_TT_STR : JIM_TT_ESC;
jim.c:15216
flags |= JIM_SUBST_NOESC;
jimsh0.c:15637
pc->tt = (flags & JIM_SUBST_NOESC) ? JIM_TT_STR : JIM_TT_ESC;
jimsh0.c:18570
flags |= JIM_SUBST_NOESC;