Searched refs:TclGlob (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclFileName.c1370 * in TclGlob requires a non-NULL pathOrDir.
1572 if (TclGlob(interp, Tcl_DStringValue(&prefix), pathOrDir, globFlags,
1588 if (TclGlob(interp, Tcl_DStringValue(&str), pathOrDir, globFlags,
1599 if (TclGlob(interp, string, pathOrDir, globFlags,
1659 * TclGlob --
1688 TclGlob(
1969 Tcl_Panic("Called TclGlob with TCL_GLOBMODE_TAILS and pathPrefix==NULL");
1672 TclGlob( function
H A DtclInt.h2313 * The "globParameters" argument of the function TclGlob is an or'ed
2588 MODULE_SCOPE int TclGlob(Tcl_Interp *interp, char *pattern,
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclFileName.c1923 if (TclGlob(interp, Tcl_DStringValue(&prefix), pathOrDir,
1939 if (TclGlob(interp, Tcl_DStringValue(&str), pathOrDir,
1950 if (TclGlob(interp, string, pathOrDir,
2006 * TclGlob --
2035 TclGlob(interp, pattern, unquotedPrefix, globFlags, types)
2017 TclGlob(interp, pattern, unquotedPrefix, globFlags, types) function
H A DtclEncoding.c700 * TclGlob() changes the contents of globArgString, which causes
702 * TclGlob() puts its results directly into interp.
710 if ((TclGlob(interp, globArgString, searchIn,
H A DtclInt.h1785 * The "globParameters" argument of the function TclGlob is an
1970 EXTERN int TclGlob _ANSI_ARGS_((Tcl_Interp *interp,

Completed in 143 milliseconds