Symbol Description Uses
action operation to perform with this timer 5



File Line number Procedure Code
./eesupp/src/timers.F 102 TIMER_CONTROL
      CHARACTER*(*) action
./eesupp/src/timers.F 183 TIMER_CONTROL
      ISTART = IFNBLNK(action)
./eesupp/src/timers.F 184 TIMER_CONTROL
      IEND   = ILNBLNK(action)
./eesupp/src/timers.F 187 TIMER_CONTROL
      tmpAction = action(ISTART:IEND)
./eesupp/src/timers.F 72 TIMER_CONTROL
      SUBROUTINE TIMER_CONTROL ( name , action , callProc , myThreadId )