Searched refs:pLevel (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/generic/
H A Ditcl_parse.c53 int pLevel; /* protection level */ member in struct:ProtectionCmdInfo
121 pInfo->pLevel = ITCL_PUBLIC;
129 pInfo->pLevel = ITCL_PROTECTED;
137 pInfo->pLevel = ITCL_PRIVATE;
579 oldLevel = Itcl_Protection(interp, pInfo->pLevel);
835 int pLevel;
839 pLevel = Itcl_Protection(interp, 0);
841 if (pLevel == ITCL_PUBLIC) {
826 int pLevel; local
H A Ditcl_util.c1015 Itcl_ProtectionStr(pLevel)
1016 int pLevel; /* protection level */
1018 switch (pLevel) {
H A Ditcl_cmds.c893 int pLevel = (int)clientData;
903 oldLevel = Itcl_Protection(interp, pLevel);
885 int pLevel = (int)clientData; local
H A DitclIntDecls.h73 TCL_EXTERN(char*) Itcl_ProtectionStr _ANSI_ARGS_((int pLevel));
807 char* (*itcl_ProtectionStr) _ANSI_ARGS_((int pLevel)); /* 7 */
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dubidiln.c308 int32_t *pLogicalLimit, UBiDiLevel *pLevel) {
339 if(pLevel) {
341 *pLevel=(UBiDiLevel)GET_ODD_BIT(iRun.logicalStart);
344 *pLevel=GET_PARALEVEL(pBiDi, logicalPosition);
346 *pLevel=pBiDi->levels[logicalPosition];
307 ubidi_getLogicalRun(const UBiDi *pBiDi, int32_t logicalPosition, int32_t *pLogicalLimit, UBiDiLevel *pLevel) argument
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dubidi.h1502 * @param pLevel will receive the level of the corresponding run.
1511 int32_t *pLogicalLimit, UBiDiLevel *pLevel);
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c103729 disableTerm(WhereLevel *pLevel, WhereTerm *pTerm) argument
103795 codeEqualityTerm( Parse *pParse, WhereTerm *pTerm, WhereLevel *pLevel, int iTarget ) argument
103888 codeAllEqualityTerms( Parse *pParse, WhereLevel *pLevel, WhereClause *pWC, Bitmask notReady, int nExtraReg, char **pzAff ) argument
104001 explainIndexRange(sqlite3 *db, WhereLevel *pLevel, Table *pTab) argument
104037 explainOneScan( Parse *pParse, SrcList *pTabList, WhereLevel *pLevel, int iLevel, int iFrom, u16 wctrlFlags ) argument
104131 WhereLevel *pLevel; /* The where level to be coded */ local
104914 WhereLevel *pLevel; /* A single level in the pWInfo list */ local
105419 WhereLevel *pLevel; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itk/generic/
H A Ditk_archetype.c688 int pLevel = ITCL_PUBLIC;
730 pLevel = ITCL_PROTECTED;
733 pLevel = ITCL_PRIVATE;
859 archComp->member->protection = pLevel;
681 int pLevel = ITCL_PUBLIC; local

Completed in 571 milliseconds