OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SmProp
(Results
1 - 12
of
12
) sorted by relevancy
/xsrc/external/mit/xsm/dist/
prop.h
36
extern void SetProperty(ClientRec *client,
SmProp
*theProp, Bool freeIt);
39
int numProps,
SmProp
**props);
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
));
info.c
650
SmProp
prop;
/xsrc/external/mit/libSM/dist/include/X11/SM/
SMlib.h
67
}
SmProp
;
127
SmProp
** /* props */
221
SmProp
** /* props */
381
SmProp
** /* props */
506
SmProp
** /* props */
538
SmProp
* /* prop */
/xsrc/external/mit/libSM/dist/src/
sm_misc.c
43
SmFreeProperty(
SmProp
*prop)
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;
sm_manager.c
315
SmsReturnProperties(SmsConn smsConn, int numProps,
SmProp
**props)
sm_client.c
396
SmcSetProperties(SmcConn smcConn, int numProps,
SmProp
**props)
/xsrc/external/mit/twm/dist/src/
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
*) calloc(1, sizeof(SmProp))
[
all
...]
/xsrc/external/mit/libXt/dist/src/
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/
smproxy.c
255
SmProp
prop1, prop2, prop3, *props[3];
912
SmProp
prop1, prop2, prop3, *props[3];
/xsrc/external/mit/ctwm/dist/
session.c
894
SmProp
prop1, prop2, prop3, *props[3];
Completed in 15 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026