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

BRANCH macro

Syntax

#define BRANCH 6

References

LocationText
jimregexp.c:93
#define BRANCH 6 /* node Match this alternative, or the next... */
jimsh0.c:20356
#define BRANCH 6
jimregexp.c:413
ret = regnode(preg, BRANCH);
jimregexp.c:1098
if (p != 0 && OP(preg, p) == BRANCH) {
jimregexp.c:1549
case BRANCH:
jimregexp.c:1550
if (OP(preg, next) != BRANCH) /* No choice. */
jimregexp.c:1560
} while (scan != 0 && OP(preg, scan) == BRANCH);
jimsh0.c:20587
ret = regnode(preg, BRANCH);
jimsh0.c:21175
if (p != 0 && OP(preg, p) == BRANCH) {
jimsh0.c:21573
case BRANCH:
jimsh0.c:21574
if (OP(preg, next) != BRANCH)
jimsh0.c:21584
} while (scan != 0 && OP(preg, scan) == BRANCH);