Lines Matching refs:props
67 SetInitialProperties(ClientRec *client, List *props)
74 if (client->props)
77 * The only way client->props could be non-NULL is if the list
82 XtFree ((char *) client->props);
85 client->props = props;
87 for (pl = ListFirst (props); pl; pl = ListNext (pl))
139 for (pl = ListFirst (client->props); pl; pl = ListNext (pl))
181 ListAddLast (client->props, (char *) pprop);
231 for (pl = ListFirst (client->props); pl; pl = ListNext (pl))
264 SmProp **props)
272 printf ("[Num props = %d]\n", numProps);
275 updateList = (ListCount (client->props) == 0) &&
280 SetProperty (client, props[i], True /* free it */);
283 free ((char *) props);
315 printf ("[Num props = %d]\n", numProps);
357 numProps = ListCount (client->props);
361 for (pl = ListFirst (client->props); pl; pl = ListNext (pl))
391 printf ("Client Id = %s, sent PROPERTIES REPLY [Num props = %d]\n",