Lines Matching refs:sm_client_id
1574 String sm_client_id = ((SessionShellWidget) p)->session.session_id;
1576 if (sm_client_id != NULL) {
1581 (unsigned char *) sm_client_id,
1582 (int) strlen(sm_client_id));
2887 char *sm_client_id;
2903 sm_client_id = SmcClientID(w->session.connection);
2912 &sm_client_id, XT_MSG_LENGTH, error_msg);
2928 || (strcmp(w->session.session_id, sm_client_id) != 0)) {
2930 w->session.session_id = XtNewString(sm_client_id);
2932 free(sm_client_id);
3471 EditCommand(_XtString str, /* if not NULL, the sm_client_id */