Searched refs:pSmProps (Results 1 – 1 of 1) sorted by relevance
200 static SmProp* pSmProps = NULL; variable208 if( ! pSmProps ) in BuildSmPropertyList()213 pSmProps = new SmProp[ nSmProps ]; in BuildSmPropertyList()215 pSmProps[ 0 ].name = const_cast<char*>(SmCloneCommand); in BuildSmPropertyList()216 pSmProps[ 0 ].type = const_cast<char*>(SmLISTofARRAY8); in BuildSmPropertyList()217 pSmProps[ 0 ].num_vals = 1; in BuildSmPropertyList()218 pSmProps[ 0 ].vals = new SmPropValue; in BuildSmPropertyList()219 pSmProps[ 0 ].vals->length = aExec.Len()+1; in BuildSmPropertyList()220 pSmProps[ 0 ].vals->value = strdup( aExec.GetBuffer() ); in BuildSmPropertyList()222 pSmProps[ 1 ].name = const_cast<char*>(SmProgram); in BuildSmPropertyList()[all …]