navigate_to_home  462 core/gui.c     static void navigate_to_home(int);
navigate_to_home  474 core/gui.c                 while( gps_submenu_items[i].value != (int*)navigate_to_home ) i++;
navigate_to_home  499 core/gui.c                     while( gps_submenu_items[i].value != (int*)navigate_to_home ) i++;  
navigate_to_home  513 core/gui.c             while( gps_submenu_items[i].value != (int*)navigate_to_home ) i++;   //find entry
navigate_to_home  548 core/gui.c     	for( i=0 ; gps_submenu_items[i].value != (int*)navigate_to_home; i++);
navigate_to_home  629 core/gui.c         MENU_ITEM	(0x2a,LANG_MENU_GPS_NAVI_HOME,              MENUITEM_PROC,          		(int*)navigate_to_home,				0 ),