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

OPEN macro

Syntax

#define OPEN 1001

References

LocationText
jimregexp.c:107
#define OPEN 1001 /* no Mark this point in input as start of #n. */
jimsh0.c:20370
#define OPEN 1001
jimregexp.c:348
ret = regnode(preg, OPEN+parno);
jimregexp.c:1581
if (OP(preg, scan) >= OPEN+1 && OP(preg, scan) < CLOSE_END) {
jimregexp.c:1585
int no = OP(preg, scan) - OPEN;
jimsh0.c:20527
ret = regnode(preg, OPEN+parno);
jimsh0.c:21605
if (OP(preg, scan) >= OPEN+1 && OP(preg, scan) < CLOSE_END) {
jimsh0.c:21609
int no = OP(preg, scan) - OPEN;