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

/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclNamesp.c894 Tcl_Export(interp, namespacePtr, pattern, resetListFirst)
904 int resetListFirst; /* If nonzero, resets the namespace's
925 * If resetListFirst is true (nonzero), clear the namespace's export
929 if (resetListFirst) {
3168 int resetListFirst = 0;
3185 resetListFirst = 1;
3218 ((i == firstArg)? resetListFirst : 0));
3138 int resetListFirst = 0; local
H A DtclIntDecls.h335 int resetListFirst));
679 int (*tcl_Export) _ANSI_ARGS_((Tcl_Interp * interp, Tcl_Namespace * nsPtr, CONST char * pattern, int resetListFirst)); /* 115 */
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclNamesp.c1255 int resetListFirst) /* If nonzero, resets the namespace's export
1276 * If resetListFirst is true (nonzero), clear the namespace's export
1280 if (resetListFirst) {
3447 int resetListFirst = 0;
3463 resetListFirst = 1;
3500 ((i == firstArg)? resetListFirst : 0));
1231 Tcl_Export( Tcl_Interp *interp, Tcl_Namespace *namespacePtr, const char *pattern, int resetListFirst) argument
3412 int resetListFirst = 0; local
H A DtclIntDecls.h489 CONST char *pattern, int resetListFirst);
1159 int (*tcl_Export) (Tcl_Interp *interp, Tcl_Namespace *nsPtr, CONST char *pattern, int resetListFirst); /* 115 */
H A DtclDecls.h3002 CONST char *pattern, int resetListFirst);
3957 int (*tcl_Export) (Tcl_Interp *interp, Tcl_Namespace *nsPtr, CONST char *pattern, int resetListFirst); /* 509 */

Completed in 105 milliseconds