Searched refs:Tcl_StringMatch (Results 26 - 50 of 96) sorted by relevance

1234

/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclStubInit.c756 Tcl_StringMatch, /* 245 */
H A DtclNamesp.c1554 if (Tcl_StringMatch(cmdName, simplePattern) &&
1602 exported |= Tcl_StringMatch(cmdName, importNsPtr->exportArrayPtr[i++]);
1790 if (Tcl_StringMatch(cmdName, simplePattern)) {
1829 if (Tcl_StringMatch(Tcl_GetCommandName(NULL, origin), simplePattern)) {
2991 || Tcl_StringMatch(childNsPtr->fullName, pattern)) {
6762 if (Tcl_StringMatch(nsCmdName,
H A DtclUtil.c1306 * Tcl_StringMatch --
1322 Tcl_StringMatch(
1309 Tcl_StringMatch( function
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclStubInit.c707 Tcl_StringMatch, /* 245 */
H A DtclCmdAH.c161 if (Tcl_StringMatch(string, pat)) {
179 if (Tcl_StringMatch(string, patObjv[j])) {
H A DtclUtil.c1165 * Tcl_StringMatch --
1182 Tcl_StringMatch(string, pattern)
1170 Tcl_StringMatch(string, pattern) function
/macosx-10.10/tcl-105/tcl/tcl/win/
H A DtclWinReg.c670 if (pattern && !Tcl_StringMatch(name, pattern)) {
985 if (!pattern || Tcl_StringMatch(name, pattern)) {
/macosx-10.10/tcl-105/tcl_ext/thread/thread/generic/
H A DthreadSvCmd.c1322 if (pattern == NULL || Tcl_StringMatch(key, pattern)) {
1544 (pattern == NULL || Tcl_StringMatch(key, pattern))) {
H A DthreadSvListCmd.c713 match = Tcl_StringMatch(Tcl_GetString(listv[i]), patBytes);
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A DDbg.c198 if (0 == Tcl_StringMatch(cmd,
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_cparam-critcl/
H A D0_basic_arithmetic2300 if (!Tcl_StringMatch (name, "::*")) {
2308 if (!Tcl_StringMatch (Tcl_GetString (fqn), "::")) {
H A D10_notahead1989 if (!Tcl_StringMatch (name, "::*")) {
1997 if (!Tcl_StringMatch (Tcl_GetString (fqn), "::")) {
H A D1_functions2014 if (!Tcl_StringMatch (name, "::*")) {
2022 if (!Tcl_StringMatch (Tcl_GetString (fqn), "::")) {
H A D4_choice1937 if (!Tcl_StringMatch (name, "::*")) {
1945 if (!Tcl_StringMatch (Tcl_GetString (fqn), "::")) {
H A D5_sequence1937 if (!Tcl_StringMatch (name, "::*")) {
1945 if (!Tcl_StringMatch (Tcl_GetString (fqn), "::")) {
H A D6_optional1950 if (!Tcl_StringMatch (name, "::*")) {
1958 if (!Tcl_StringMatch (Tcl_GetString (fqn), "::")) {
H A D7_kleene1952 if (!Tcl_StringMatch (name, "::*")) {
1960 if (!Tcl_StringMatch (Tcl_GetString (fqn), "::")) {
H A D8_pkleene1955 if (!Tcl_StringMatch (name, "::*")) {
1963 if (!Tcl_StringMatch (Tcl_GetString (fqn), "::")) {
H A D9_ahead1989 if (!Tcl_StringMatch (name, "::*")) {
1997 if (!Tcl_StringMatch (Tcl_GetString (fqn), "::")) {
H A D2_fun_arithmetic2363 if (!Tcl_StringMatch (name, "::*")) {
2371 if (!Tcl_StringMatch (Tcl_GetString (fqn), "::")) {
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/generic/
H A DtkTableWin.c944 if (objc == 3 || Tcl_StringMatch(keybuf, winname)) {
H A DtkTableTag.c1209 if (objc == 3 || Tcl_StringMatch(keybuf, tagname)) {
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v7.6/
H A Dtcl.h1100 EXTERN int Tcl_StringMatch _ANSI_ARGS_((char *string,
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v7.6p2/
H A Dtcl.h1100 EXTERN int Tcl_StringMatch _ANSI_ARGS_((char *string,
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0a1/
H A Dtcl.h1324 EXTERN int Tcl_StringMatch _ANSI_ARGS_((char *string,

Completed in 247 milliseconds

1234