Searched refs:SmProp (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/xsm/dist/ |
| H A D | prop.h | 36 extern void SetProperty(ClientRec *client, SmProp *theProp, Bool freeIt); 39 int numProps, SmProp **props);
|
| H A D | prop.c | 128 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 D | info.c | 650 SmProp prop;
|
| /xsrc/external/mit/libSM/dist/include/X11/SM/ |
| H A D | SMlib.h | 67 } 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 D | sm_misc.c | 43 SmFreeProperty(SmProp *prop)
|
| H A D | sm_process.c | 85 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 D | sm_manager.c | 315 SmsReturnProperties(SmsConn smsConn, int numProps, SmProp **props)
|
| H A D | sm_client.c | 396 SmcSetProperties(SmcConn smcConn, int numProps, SmProp **props)
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | session.c | 70 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 D | Shell.c | 2998 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 D | smproxy.c | 255 SmProp prop1, prop2, prop3, *props[3]; 912 SmProp prop1, prop2, prop3, *props[3];
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | session.c | 894 SmProp prop1, prop2, prop3, *props[3];
|
Completed in 14 milliseconds