gps_on_off 623 core/conf.c CONF_INFO( 31, conf.gps_on_off, CONF_DEF_VALUE, i:0), gps_on_off 1098 core/gps.c if ((int)conf.gps_on_off ==0) gps_on_off 450 core/gui.c if( conf.gps_on_off ) { gps_on_off 468 core/gui.c if( conf.gps_on_off ) { gps_on_off 489 core/gui.c if( conf.gps_on_off ) { gps_on_off 512 core/gui.c if( conf.gps_on_off ) { gps_on_off 545 core/gui.c if( conf.gps_on_off == 0 ) { gps_on_off 625 core/gui.c MENU_ITEM (0x5c,LANG_MENU_GPS_ON_OFF, MENUITEM_BOOL | MENUITEM_ARG_CALLBACK, &conf.gps_on_off, (int)cb_gps_menu_reset ), gps_on_off 284 core/main.c if ( gps_state != (int)conf.gps_on_off ) gps_on_off 286 core/main.c gps_state = (int)conf.gps_on_off ; gps_on_off 308 core/main.c if (((int)conf.gps_on_off == 1) && ((int)conf.gps_waypoint_save == 1)) gps_waypoint(); gps_on_off 431 include/conf.h int gps_on_off;