Searched refs:NSUBEXP (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libtksh/include/
H A DtclInt.h65 #define NSUBEXP 50 macro
67 char *startp[NSUBEXP];
68 char *endp[NSUBEXP];
/ast/src/lib/libtksh/tcl/
H A Dregexp.c113 #define CLOSE (OPEN+NSUBEXP) /* no Analogous to OPEN. */
342 if (rcstate->regnpar >= NSUBEXP)
846 for (i = NSUBEXP; i > 0; i--) {
1046 if (OP(scan) > OPEN && OP(scan) < OPEN+NSUBEXP) {
1048 } else if (OP(scan) > CLOSE && OP(scan) < CLOSE+NSUBEXP) {
1256 if (OP(op) > OPEN && OP(op) < OPEN+NSUBEXP) {
1260 } else if (OP(op) > CLOSE && OP(op) < CLOSE+NSUBEXP) {
H A DtclUtil.c1528 * than NSUBEXP. */
1536 if (index >= NSUBEXP) {

Completed in 14 milliseconds