Searched defs:OPEN (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libtksh/tcl/ |
H A D | regexp.c | 111 #define OPEN 20 /* no Mark this point in input as start of #n. */ macro 112 /* OPEN+1 is number 1, etc. */ 113 #define CLOSE (OPEN+NSUBEXP) /* no Analogous to OPEN. */ 134 * OPEN,CLOSE ...are numbered at compile time. 340 /* Make an OPEN node, if parenthesized. */ 346 ret = regnode(OPEN+parno,rcstate); 355 regtail(ret, br); /* OPEN -> first. */ 940 case OPEN+1: 941 case OPEN [all...] |
/ast/src/lib/libast/port/ |
H A D | astlicense.c | 59 #define OPEN 5 macro 180 LIC("open", OPEN), 181 LIC("cpl", OPEN), 182 LIC("epl", OPEN), 183 LIC("bsd", OPEN), 184 LIC("zlib", OPEN), 185 LIC("mit", OPEN), 816 if (notice.type >= OPEN) 879 else if (notice.type == OPEN)
|
Completed in 37 milliseconds