Lines Matching defs:NULL

605 static class CommanderLooper *g_CommanderLooperPntr = NULL;
606 static BMessenger *g_CommanderMessenger = NULL;
611 static BCursor *g_BusyCursor = NULL;
1468 * is NULL then it gets defaulted to "Something went wrong". The title part
1477 const char *MessageString = NULL,
1479 const char *TitleString = NULL)
1484 if (TitleString == NULL)
1487 if (MessageString == NULL)
1507 "Acknowledge", NULL, NULL, B_WIDTH_AS_USUAL, B_STOP_ALERT);
1508 if (AlertPntr != NULL) {
1724 const char *StringArgument = NULL)
1734 if (StringArgument != NULL)
1846 if (AlertPntr != NULL) {
2032 HostStringPntr = NULL;
2047 if (HostStringPntr == NULL)
2057 AtSignStringPntr = NULL;
2065 if (AtSignStringPntr != NULL)
2084 OptionsStringPntr = NULL;
2088 if (OptionsStringPntr == NULL &&
2094 if (OptionsStringPntr == NULL)
2132 StartOfInputLongUnicodeWord = NULL; /* Non-NULL flags it as started. */
2133 StartOfOutputLongUnicodeWord = NULL;
2150 if (StartOfInputLongUnicodeWord != NULL)
2170 StartOfInputLongUnicodeWord = NULL;
2173 else if (Letter >= 192 && StartOfInputLongUnicodeWord == NULL)
2461 if ((ResourcesPntr = AppResources ()) != NULL && (ResourceData =
2462 ResourcesPntr->LoadResource ('CURS', "Busy Cursor", &ResourceSize)) != NULL
2501 g_BusyCursor = NULL;
2540 if (AboutAlertPntr != NULL)
2628 if (BNodePntr != NULL) /* If this thing might have attributes. */
2698 if (BNodePntr != NULL) /* If this thing might have attributes. */
2804 if (BufferPntr == NULL)
2853 if (g_CommanderLooperPntr != NULL)
3593 FILE *DatabaseFile = NULL;
3620 if (DatabaseFile == NULL)
3637 if (fgets (LineString, sizeof (LineString), DatabaseFile) == NULL)
3645 CurrentTime = time (NULL);
3669 if (fgets (LineString, sizeof (LineString), DatabaseFile) == NULL)
3735 if (fgets (LineString, sizeof (LineString), DatabaseFile) == NULL)
3849 if (DatabaseFile != NULL)
4167 const char *ArgumentString = NULL;
4183 if (g_BusyCursor != NULL)
4291 ErrorCode = TempPath.SetTo (ArgumentString, NULL /* leaf */,
4683 if (g_CommanderLooperPntr == NULL ||
4711 if (QuitMessage != NULL && QuitMessage->IsSourceRemote ())
4716 strstr (RemoteInfo.args, "registrar") != NULL)
4824 if (TempWindowPntr == NULL) {
4836 if (TempStringViewPntr != NULL) {
4849 TempButtonPntr = new (std::nothrow) BButton (TempRect, TempString, TempString, NULL);
4850 if (TempButtonPntr != NULL) {
4861 TempTextPntr = new (std::nothrow) BTextControl (TempRect, TempString, NULL /* label */,
4862 TempString, NULL);
4863 if (TempTextPntr != NULL) {
4874 TempCheckBoxPntr = new (std::nothrow) BCheckBox (TempRect, TempString, TempString, NULL);
4875 if (TempCheckBoxPntr != NULL) {
4887 new (std::nothrow) BRadioButton (TempRect, TempString, TempString, NULL);
4888 if (TempRadioButtonPntr != NULL) {
4905 if (TempMenuBarPntr != NULL && TempPopUpMenuPntr != NULL &&
4906 TempMenuItemPntr != NULL)
4929 if (DatabaseWindowPntr == NULL) {
4973 if (ComponentPntr == NULL)
4987 if (HeaderKeyPntr == NULL)
4994 if (HeaderValuePntr == NULL)
5013 if (ComponentMIMEType.Type() == NULL)
5018 if (NULL != dynamic_cast<BTextMailComponent *>(ComponentPntr))
5022 NULL != (AttachmentPntr = dynamic_cast<BMailAttachment *>(ComponentPntr)))
5027 NameExtension = NULL;
5030 if (NameExtension != NULL)
5076 if (ContentsBufferPntr != NULL /* can be empty */)
5085 NULL != (ContainerPntr = dynamic_cast<BMailContainer *>(ComponentPntr)))
5118 if (g_CommanderLooperPntr != NULL)
5289 Letter = strtoul (HexString, NULL, 16 /* number system base */);
5358 m_BulkModeSelectedPntr (NULL),
5359 m_ChoosenClassificationPntr (NULL)
5379 if (m_ChoosenClassificationPntr != NULL)
5388 if (m_BulkModeSelectedPntr != NULL &&
5415 if (m_ChoosenClassificationPntr != NULL)
5425 if (MainViewPntr != NULL)
5575 if (width != NULL)
5577 if (height != NULL)
5597 g_CommanderLooperPntr = NULL;
5599 g_CommanderMessenger = NULL;
5688 const char **argv = NULL;
5728 if (argv == NULL)
6086 m_AboutButtonPntr (NULL),
6087 m_AddExampleButtonPntr (NULL),
6088 m_BrowseButtonPntr (NULL),
6089 m_BrowseFilePanelPntr (NULL),
6090 m_CreateDatabaseButtonPntr (NULL),
6091 m_DatabaseFileNameTextboxPntr (NULL),
6093 m_EstimateSpamButtonPntr (NULL),
6094 m_EstimateSpamFilePanelPntr (NULL),
6095 m_GenuineCountTextboxPntr (NULL),
6096 m_IgnorePreviousClassCheckboxPntr (NULL),
6097 m_InstallThingsButtonPntr (NULL),
6098 m_PurgeAgeTextboxPntr (NULL),
6099 m_PurgeButtonPntr (NULL),
6100 m_PurgePopularityTextboxPntr (NULL),
6101 m_ResetToDefaultsButtonPntr (NULL),
6102 m_ScoringModeMenuBarPntr (NULL),
6103 m_ScoringModePopUpMenuPntr (NULL),
6104 m_ServerModeCheckboxPntr (NULL),
6105 m_SpamCountTextboxPntr (NULL),
6107 m_TokenizeModeMenuBarPntr (NULL),
6108 m_TokenizeModePopUpMenuPntr (NULL),
6109 m_WordCountTextboxPntr (NULL)
6116 if (m_BrowseFilePanelPntr != NULL)
6119 m_BrowseFilePanelPntr = NULL;
6122 if (m_EstimateSpamFilePanelPntr != NULL)
6125 m_EstimateSpamFilePanelPntr = NULL;
6172 if (m_CreateDatabaseButtonPntr == NULL) goto ErrorExit;
6189 if (m_BrowseButtonPntr == NULL) goto ErrorExit;
6304 if (m_PurgeButtonPntr == NULL) goto ErrorExit;
6329 if (m_IgnorePreviousClassCheckboxPntr == NULL) goto ErrorExit;
6354 if (m_ServerModeCheckboxPntr == NULL) goto ErrorExit;
6376 if (m_TokenizeModeMenuBarPntr == NULL) goto ErrorExit;
6378 if (m_TokenizeModePopUpMenuPntr == NULL) goto ErrorExit;
6433 if (TempMenuItemPntr == NULL) goto ErrorExit;
6456 if (m_ScoringModeMenuBarPntr == NULL) goto ErrorExit;
6458 if (m_ScoringModePopUpMenuPntr == NULL) goto ErrorExit;
6504 if (TempMenuItemPntr == NULL) goto ErrorExit;
6530 if (m_InstallThingsButtonPntr == NULL) goto ErrorExit;
6548 if (m_ResetToDefaultsButtonPntr == NULL) goto ErrorExit;
6572 if (m_EstimateSpamButtonPntr == NULL) goto ErrorExit;
6591 if (m_AddExampleButtonPntr == NULL) goto ErrorExit;
6609 if (m_AboutButtonPntr == NULL) goto ErrorExit;
6638 NULL /* no message */,
6667 NULL /* no message */,
6695 NULL /* no message */,
6720 if (m_BrowseFilePanelPntr == NULL)
6726 const char *StringPntr = NULL;
6757 NULL /* canned message */,
6758 NULL /* ref filter */,
6763 if (m_BrowseFilePanelPntr != NULL)
6771 if (m_EstimateSpamFilePanelPntr == NULL)
6816 NULL /* ref filter */,
6821 if (m_EstimateSpamFilePanelPntr != NULL)
6875 TempUint32 = strtoul (m_PurgeAgeTextboxPntr->Text (), NULL, 10);
6881 TempUint32 = strtoul (m_PurgePopularityTextboxPntr->Text (), NULL, 10);
6918 if (WindowPntr == NULL)
6927 m_ServerModeCheckboxPntr != NULL)
6955 if (MyAppPntr == NULL)
6959 m_PurgeAgeTextboxPntr != NULL)
6969 m_PurgePopularityTextboxPntr != NULL)
6980 m_IgnorePreviousClassCheckboxPntr != NULL)
6991 m_GenuineCountTextboxPntr != NULL)
7001 m_SpamCountTextboxPntr != NULL)
7011 m_WordCountTextboxPntr != NULL)
7021 m_TokenizeModePopUpMenuPntr != NULL)
7026 if (TempMenuItemPntr != NULL)
7033 m_ScoringModePopUpMenuPntr != NULL)
7038 if (TempMenuItemPntr != NULL)
7052 m_DatabaseFileNameTextboxPntr != NULL)
7093 if (m_ControlsViewPntr == NULL)
7103 if (m_WordsViewPntr == NULL)
7129 if (m_WordsViewPntr != NULL)
7153 m_ArrowLineDownPntr (NULL),
7154 m_ArrowLineUpPntr (NULL),
7155 m_ArrowPageDownPntr (NULL),
7156 m_ArrowPageUpPntr (NULL),
7238 if (m_ArrowLineUpPntr == NULL) goto ErrorExit;
7264 if (m_ArrowPageUpPntr == NULL) goto ErrorExit;
7290 if (m_ArrowPageDownPntr == NULL) goto ErrorExit;
7316 if (m_ArrowLineDownPntr == NULL) goto ErrorExit;
7371 if (MyAppPntr == NULL || MyAppPntr->LockWithTimeout (100000) != B_OK)
7621 if (m_ArrowLineDownPntr != NULL)
7627 if (m_ArrowLineUpPntr != NULL)
7633 if (m_ArrowPageDownPntr != NULL)
7639 if (m_ArrowPageUpPntr != NULL)
7714 if (MyAppPntr == NULL || MyAppPntr->LockWithTimeout (2000000) != B_OK)
7776 if (MyAppPntr == NULL)
7815 if (g_CommanderLooperPntr != NULL)
7833 if (g_CommanderLooperPntr != NULL)
7835 g_CommanderMessenger = new BMessenger (NULL, g_CommanderLooperPntr);
7847 if (g_CommanderLooperPntr != NULL)