Searched refs:SmProp (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xsm/dist/
H A Dprop.h36 extern void SetProperty(ClientRec *client, SmProp *theProp, Bool freeIt);
39 int numProps, SmProp **props);
H A Dprop.c128 SetProperty(ClientRec *client, SmProp *theProp, Bool freeIt)
264 SmProp **props)
338 SmProp **propsRet, *propRet;
358 propsRet = (SmProp **) XtMalloc (numProps * sizeof (SmProp *));
363 propsRet[index] = propRet = (SmProp *) XtMalloc (sizeof (SmProp));
H A Dinfo.c650 SmProp prop;
/xsrc/external/mit/libSM/dist/include/X11/SM/
H A DSMlib.h67 } SmProp; typedef in typeref:struct:__anon6f698af70208
127 SmProp ** /* props */
221 SmProp ** /* props */
381 SmProp ** /* props */
506 SmProp ** /* props */
538 SmProp * /* prop */
/xsrc/external/mit/libSM/dist/src/
H A Dsm_misc.c43 SmFreeProperty(SmProp *prop)
H A Dsm_process.c85 static SmProp **
89 SmProp **props;
94 if (n < 0 || n > INT_MAX / sizeof (SmProp *))
98 props = malloc (n * sizeof(SmProp *));
104 props[i] = calloc (1, sizeof (SmProp));
479 SmProp **props = NULL;
907 SmProp **props = NULL;
H A Dsm_manager.c315 SmsReturnProperties(SmsConn smsConn, int numProps, SmProp **props)
H A Dsm_client.c396 SmcSetProperties(SmcConn smcConn, int numProps, SmProp **props)
/xsrc/external/mit/twm/dist/src/
H A Dsession.c70 static SmProp *props[5];
692 props[0] = (SmProp *) calloc(1, sizeof(SmProp));
702 props[1] = (SmProp *) calloc(1, sizeof(SmProp));
713 props[2] = (SmProp *) calloc(1, sizeof(SmProp));
774 props[3] = (SmProp *) calloc(1, sizeof(SmProp));
813 props[4] = (SmProp *) callo
[all...]
/xsrc/external/mit/libXt/dist/src/
H A DShell.c2998 static SmProp *
3002 SmProp *p;
3004 p = (SmProp *) __XtMalloc(sizeof(SmProp) + sizeof(SmPropValue));
3005 p->vals = (SmPropValue *) (((char *) p) + sizeof(SmProp));
3014 static SmProp *
3018 SmProp *p;
3020 p = (SmProp *) __XtMalloc(sizeof(SmProp) + sizeof(SmPropValue));
3021 p->vals = (SmPropValue *) (((char *) p) + sizeof(SmProp));
[all...]
/xsrc/external/mit/smproxy/dist/
H A Dsmproxy.c255 SmProp prop1, prop2, prop3, *props[3];
912 SmProp prop1, prop2, prop3, *props[3];
/xsrc/external/mit/ctwm/dist/
H A Dsession.c894 SmProp prop1, prop2, prop3, *props[3];

Completed in 14 milliseconds