time_to_end        63 core/gps.c     static int time_to_end=0;
time_to_end       846 core/gps.c         while ( time_to_end !=0 )
time_to_end       850 core/gps.c             if ( (((time_to_end) % 60)) == 0 )
time_to_end       887 core/gps.c                 time_to_end = 3600;
time_to_end       908 core/gps.c                 int s = (int)time_to_end;
time_to_end       924 core/gps.c                 if ((blite_off==1) && (time_to_end <=30))
time_to_end       932 core/gps.c                     time_to_end=(int)conf.gps_wait_for_signal;
time_to_end       942 core/gps.c                     time_to_end=(int)conf.gps_wait_for_signal; 
time_to_end       988 core/gps.c                  ((((int)conf.gps_2D_3D_fix) == 3) && (l_stat == 1) && (time_to_end < 3)) || \
time_to_end       989 core/gps.c                  ((((int)conf.gps_2D_3D_fix) == 0) && (time_to_end < 3)) )
time_to_end      1087 core/gps.c                     time_to_end=1;
time_to_end      1105 core/gps.c             time_to_end--;
time_to_end      1552 core/gps.c             time_to_end=(int)conf.gps_wait_for_signal;