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

CLOSE macro

Syntax

#define CLOSE 2001

References

LocationText
jimregexp.c:113
#define CLOSE 2001 /* no Analogous to OPEN. */
jimsh0.c:20376
#define CLOSE 2001
jimregexp.c:114
#define CLOSE_END (CLOSE+REG_MAX_PAREN)
jimregexp.c:375
ender = regnode(preg, (paren) ? CLOSE+parno : END);
jimregexp.c:1584
if (OP(preg, scan) < CLOSE) {
jimregexp.c:1591
int no = OP(preg, scan) - CLOSE;
jimsh0.c:20377
#define CLOSE_END (CLOSE+REG_MAX_PAREN)
jimsh0.c:20554
ender = regnode(preg, (paren) ? CLOSE+parno : END);
jimsh0.c:21608
if (OP(preg, scan) < CLOSE) {
jimsh0.c:21615
int no = OP(preg, scan) - CLOSE;