Lines Matching defs:NULL
205 static XrmDatabase settingsWindowDatabase = NULL;
211 Widget mouseTopLevel = NULL;
212 Widget stickyTopLevel = NULL;
266 static char *generalHelpString = NULL;
267 static char *stickyHelpString = NULL;
268 static char *mouseHelpString = NULL;
269 static char *toggleHelpString = NULL;
270 static char *repeatHelpString = NULL;
271 static char *slowHelpString = NULL;
272 static char *bounceHelpString = NULL;
578 NULL
2151 XmString currentButtonString = NULL;
2174 if (currentButtonString != NULL) {
2593 if ((textString = XtMalloc(size)) == NULL) {
2612 char *locale = setlocale(LC_MESSAGES, NULL);
3067 XmNtransientFor, NULL,
3069 NULL );
3087 if (stickyTopLevel != NULL)
3108 XmNtransientFor, NULL,
3110 NULL );
3128 if (mouseTopLevel != NULL)
3196 if ((homeDirectory = getenv("HOME")) == NULL) {
3197 return(NULL);
3224 if (accessXDatabase == NULL) {
3246 if (resourceValue.addr == NULL)
3251 if (resourceValue.addr == NULL)
3282 XrmDatabase accessXDatabase = NULL, fileDatabase;
3309 if ((fname = ResolveResourceFileName()) == NULL) {
3337 settingsWindowDatabase = NULL;
3467 NULL, 0);
3470 XtNumber(resources), NULL, 0);
3479 widgets[n] = NULL;
3497 if (MrmOpenHierarchy(dbFilenameNum, dbFilenameVec, NULL, &mrmHierarchy)
3523 XtSetArg (argList[n], XmNtransientFor, NULL); n++;
3532 XtSetArg (argList[n], XmNtransientFor, NULL); n++;
3747 if ((tmpstr = getenv("UIDPATH")) == NULL) {
3751 if ((tmpstr = getenv("XFILESEARCHPATH")) == NULL) {
3756 XtSetLanguageProc((XtAppContext)NULL, (XtLanguageProc)NULL, (XtPointer)NULL);