Searched refs:VAR_POINTER (Results 1 – 2 of 2) sorted by relevance
157 else if( VAR_POINTER & pVarTypeList[ nEle ].nVarType ) in GetInstData()281 if( (VAR_POINTER & pVarTypeList[ i ].nVarType) in Create()335 if( pVarTypeList[ i ].nVarType & VAR_POINTER ) in Destroy()381 pVarTypeList[ nEntries ].nVarType = ~VAR_POINTER & nVarType; in SetVariable()383 pVarTypeList[ nEntries ].nVarType |= VAR_POINTER; in SetVariable()387 if( pVarTypeList[ nEntries ].nVarType & VAR_POINTER ) in SetVariable()
33 #define VAR_POINTER 0x0001 macro
Completed in 18 milliseconds