Lines Matching defs:OPEN
92 #define OPEN 20 /* no Mark this point in input as start of #n. */
93 /* OPEN+1 is number 1, etc. */
94 #define CLOSE 30 /* no Analogous to OPEN. */
115 * OPEN,CLOSE ...are numbered at compile time.
309 /* Make an OPEN node, if parenthesized. */
315 ret = regnode(OPEN+parno);
324 regtail(ret, br); /* OPEN -> first. */
874 case OPEN+1:
875 case OPEN+2:
876 case OPEN+3:
877 case OPEN+4:
878 case OPEN+5:
879 case OPEN+6:
880 case OPEN+7:
881 case OPEN+8:
882 case OPEN+9: {
886 no = OP(scan) - OPEN;
1159 case OPEN+1:
1160 case OPEN+2:
1161 case OPEN+3:
1162 case OPEN+4:
1163 case OPEN+5:
1164 case OPEN+6:
1165 case OPEN+7:
1166 case OPEN+8:
1167 case OPEN+9:
1168 sprintf(buf+strlen(buf), "OPEN%d", OP(op)-OPEN);