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

JIM_TT_SEP macro

Syntax

#define JIM_TT_SEP 6

References

LocationText
jim.c:1189
#define JIM_TT_SEP 6 /* word separator (white space) */
jimsh0.c:7062
#define JIM_TT_SEP 6
jim.c:1209
#define TOKEN_IS_SEP(type) (type >= JIM_TT_SEP && type <= JIM_TT_EOF)
jim.c:1350
pc->tt = JIM_TT_SEP;
jim.c:1701
if (pc->tt == JIM_TT_SEP || pc->tt == JIM_TT_EOL ||
jim.c:2104
pc->tt = JIM_TT_SEP;
jim.c:3516
while (tokenlist->list[i].type == JIM_TT_SEP) {
jimsh0.c:7082
#define TOKEN_IS_SEP(type) (type >= JIM_TT_SEP && type <= JIM_TT_EOF)
jimsh0.c:7212
pc->tt = JIM_TT_SEP;
jimsh0.c:7510
if (pc->tt == JIM_TT_SEP || pc->tt == JIM_TT_EOL ||
jimsh0.c:7877
pc->tt = JIM_TT_SEP;
jimsh0.c:9047
while (tokenlist->list[i].type == JIM_TT_SEP) {