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

/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/generic/
H A Ditcl.h147 * ITCL_PROTECTED - accessible from namespace that imports in "protected" mode
151 #define ITCL_PROTECTED 2 macro
H A Ditcl_util.c995 newLevel == ITCL_PROTECTED ||
1009 * Converts an integer protection code (ITCL_PUBLIC, ITCL_PROTECTED,
1021 case ITCL_PROTECTED:
1069 assert (memberPtr->protection == ITCL_PROTECTED);
H A Ditcl_class.c227 vdefn->member->protection = ITCL_PROTECTED; /* always "protected" */
1630 vdefn->member->protection = ITCL_PROTECTED;
H A Ditcl_parse.c129 pInfo->pLevel = ITCL_PROTECTED;
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itk/generic/
H A Ditk_archetype.c730 pLevel = ITCL_PROTECTED;

Completed in 111 milliseconds