Lines Matching refs:NULL

210     { "Tests",                  DEMOWIN_ITM_SEPARATOR,  NULL,                 NULL },
211 { " Ping test", DEMOWIN_ITM_NONE, MNU_start_ping_test, NULL },
212 { " Voice test", DEMOWIN_ITM_NONE, MNU_start_voice_test, NULL },
213 { " ", DEMOWIN_ITM_SEPARATOR, NULL, NULL },
214 { "Manual AX Controls", DEMOWIN_ITM_SEPARATOR, NULL, NULL },
215 { " Toggle Compressor", DEMOWIN_ITM_NONE, MNU_toggle_comp, NULL },
216 { " Play Looping Hum", DEMOWIN_ITM_NONE, MNU_play_hum, NULL },
217 { " Play Ping", DEMOWIN_ITM_NONE, MNU_play_ping, NULL },
218 { " Play Voice", DEMOWIN_ITM_NONE, MNU_play_voice, NULL },
219 { " Stop All Voices", DEMOWIN_ITM_NONE, MNU_stop_sfx, NULL },
220 { " ", DEMOWIN_ITM_SEPARATOR, NULL, NULL },
221 { "", DEMOWIN_ITM_TERMINATOR, NULL, NULL }
227 NULL, // window handle
233 NULL, // callback for menu open event
235 NULL, // callback for item select event
236 NULL, // callback for cancel event
439 demo_voice[i].ax_voice = NULL; in init_demo_voices()
440 demo_voice[i].sp_entry = NULL; in init_demo_voices()
461 if (NULL == demo_voice[i].ax_voice) in get_demo_voice()
468 return(NULL); in get_demo_voice()
492 demo_voice[i].ax_voice = NULL; in ax_demo_callback()
524 demo_voice[i].ax_voice = NULL; in ax_drop_voice_callback()
525 demo_voice[i].sp_entry = NULL; in ax_drop_voice_callback()
881 return NULL; in LoadFileIntoRam()
888 return NULL; in LoadFileIntoRam()
895 if (buffer == NULL) in LoadFileIntoRam()
898 return NULL; in LoadFileIntoRam()
908 return NULL; in LoadFileIntoRam()
931 DEMOInit(NULL); in main()
945 AIInit(NULL); in main()
974 sp_table = (SPSoundTable *)AMLoadFile(SPT_FILE, NULL); in main()
1026 …DebugWin = DEMOWinCreateWindow((u16)(MenuPtr->handle->x2+10), 20, 620, 440, "Debug", 1024, NULL); in main()