Home
last modified time | relevance | path

Searched refs:NUM_REGEXPS (Results 1 – 14 of 14) sorted by relevance

/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltInterp.h279 #define NUM_REGEXPS 5 macro
280 char *patterns[NUM_REGEXPS];/* Strings corresponding to compiled
284 int patLengths[NUM_REGEXPS];/* Number of non-null characters in
287 TclRegexp *regexps[NUM_REGEXPS];
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtksh/include/
H A Dtksh.h133 #define NUM_REGEXPS 5 macro
134 char *xxxpatterns[NUM_REGEXPS];/* Strings corresponding to compiled
138 int xxxpatLengths[NUM_REGEXPS];/* Number of non-null characters in
141 void * /* regexp */ xxxregexps[NUM_REGEXPS];
/dports/shells/ksh93/ast-93u/src/lib/libtksh/include/
H A Dtksh.h133 #define NUM_REGEXPS 5 macro
134 char *xxxpatterns[NUM_REGEXPS];/* Strings corresponding to compiled
138 int xxxpatLengths[NUM_REGEXPS];/* Number of non-null characters in
141 void * /* regexp */ xxxregexps[NUM_REGEXPS];
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtksh/include/
H A Dtksh.h133 #define NUM_REGEXPS 5 macro
134 char *xxxpatterns[NUM_REGEXPS];/* Strings corresponding to compiled
138 int xxxpatLengths[NUM_REGEXPS];/* Number of non-null characters in
141 void * /* regexp */ xxxregexps[NUM_REGEXPS];
/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclRegexp.c65 #define NUM_REGEXPS 30 macro
69 char *patterns[NUM_REGEXPS];/* Strings corresponding to compiled regular
72 int patLengths[NUM_REGEXPS];/* Number of non-null characters in
75 struct TclRegexp *regexps[NUM_REGEXPS];
874 for (i = 0; (i < NUM_REGEXPS) && (tsdPtr->patterns[i] != NULL); i++) { in CompileRegexp()
975 if (tsdPtr->patterns[NUM_REGEXPS-1] != NULL) { in CompileRegexp()
976 TclRegexp *oldRegexpPtr = tsdPtr->regexps[NUM_REGEXPS-1]; in CompileRegexp()
980 ckfree(tsdPtr->patterns[NUM_REGEXPS-1]); in CompileRegexp()
982 for (i = NUM_REGEXPS - 2; i >= 0; i--) { in CompileRegexp()
1049 for (i = 0; (i < NUM_REGEXPS) && (tsdPtr->patterns[i] != NULL); i++) { in FinalizeRegexp()
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclRegexp.c65 #define NUM_REGEXPS 30 macro
69 char *patterns[NUM_REGEXPS];/* Strings corresponding to compiled regular
72 int patLengths[NUM_REGEXPS];/* Number of non-null characters in
75 struct TclRegexp *regexps[NUM_REGEXPS];
883 for (i = 0; (i < NUM_REGEXPS) && (tsdPtr->patterns[i] != NULL); i++) { in CompileRegexp()
983 if (tsdPtr->patterns[NUM_REGEXPS-1] != NULL) { in CompileRegexp()
984 TclRegexp *oldRegexpPtr = tsdPtr->regexps[NUM_REGEXPS-1]; in CompileRegexp()
989 ckfree(tsdPtr->patterns[NUM_REGEXPS-1]); in CompileRegexp()
991 for (i = NUM_REGEXPS - 2; i >= 0; i--) { in CompileRegexp()
1058 for (i = 0; (i < NUM_REGEXPS) && (tsdPtr->patterns[i] != NULL); i++) { in FinalizeRegexp()
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclRegexp.c66 #define NUM_REGEXPS 30 macro
70 char *patterns[NUM_REGEXPS];/* Strings corresponding to compiled regular
73 int patLengths[NUM_REGEXPS];/* Number of non-null characters in
76 struct TclRegexp *regexps[NUM_REGEXPS];
887 for (i = 0; (i < NUM_REGEXPS) && (tsdPtr->patterns[i] != NULL); i++) { in CompileRegexp()
987 if (tsdPtr->patterns[NUM_REGEXPS-1] != NULL) { in CompileRegexp()
988 TclRegexp *oldRegexpPtr = tsdPtr->regexps[NUM_REGEXPS-1]; in CompileRegexp()
993 ckfree(tsdPtr->patterns[NUM_REGEXPS-1]); in CompileRegexp()
995 for (i = NUM_REGEXPS - 2; i >= 0; i--) { in CompileRegexp()
1062 for (i = 0; (i < NUM_REGEXPS) && (tsdPtr->patterns[i] != NULL); i++) { in FinalizeRegexp()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclRegexp.c68 #define NUM_REGEXPS 30 macro
72 char *patterns[NUM_REGEXPS];/* Strings corresponding to compiled
76 int patLengths[NUM_REGEXPS];/* Number of non-null characters in
79 struct TclRegexp *regexps[NUM_REGEXPS];
862 for (i = 0; (i < NUM_REGEXPS) && (tsdPtr->patterns[i] != NULL); i++) {
949 if (tsdPtr->patterns[NUM_REGEXPS-1] != NULL) {
950 TclRegexp *oldRegexpPtr = tsdPtr->regexps[NUM_REGEXPS-1];
954 ckfree(tsdPtr->patterns[NUM_REGEXPS-1]);
956 for (i = NUM_REGEXPS - 2; i >= 0; i--) {
1021 for (i = 0; (i < NUM_REGEXPS) && (tsdPtr->patterns[i] != NULL); i++) {
/dports/shells/ksh93/ast-93u/src/lib/libtksh/tcl/
H A DtclUtil.c1382 for (i = 0; i < NUM_REGEXPS; i++) {
1422 if (iPtr->patterns[NUM_REGEXPS-1] != NULL) {
1423 ckfree(iPtr->patterns[NUM_REGEXPS-1]);
1424 ckfree((char *) iPtr->regexps[NUM_REGEXPS-1]);
1426 for (i = NUM_REGEXPS - 2; i >= 0; i--) {
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtksh/tcl/
H A DtclUtil.c1382 for (i = 0; i < NUM_REGEXPS; i++) {
1422 if (iPtr->patterns[NUM_REGEXPS-1] != NULL) {
1423 ckfree(iPtr->patterns[NUM_REGEXPS-1]);
1424 ckfree((char *) iPtr->regexps[NUM_REGEXPS-1]);
1426 for (i = NUM_REGEXPS - 2; i >= 0; i--) {
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtksh/tcl/
H A DtclUtil.c1382 for (i = 0; i < NUM_REGEXPS; i++) {
1422 if (iPtr->patterns[NUM_REGEXPS-1] != NULL) {
1423 ckfree(iPtr->patterns[NUM_REGEXPS-1]);
1424 ckfree((char *) iPtr->regexps[NUM_REGEXPS-1]);
1426 for (i = NUM_REGEXPS - 2; i >= 0; i--) {
/dports/shells/ksh93/ast-93u/src/lib/libtksh/src/
H A Dbasic.c193 for (i = 0; i < NUM_REGEXPS; i++) { in Tcl_CreateInterp()
583 for (i = 0; i < NUM_REGEXPS; i++) {
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtksh/src/
H A Dbasic.c193 for (i = 0; i < NUM_REGEXPS; i++) { in Tcl_CreateInterp()
583 for (i = 0; i < NUM_REGEXPS; i++) {
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtksh/src/
H A Dbasic.c193 for (i = 0; i < NUM_REGEXPS; i++) { in Tcl_CreateInterp()
583 for (i = 0; i < NUM_REGEXPS; i++) {