| Symbol | Description | Uses |
| action | operation to perform with this timer | 6 |
| File | Line number | Procedure | Code |
| ./pkg/openad/openad_checkpointInit.F | 25 | OPENAD_CHECKPOINTINIT |
open(2,action='read',file='ncheckLev.conf') |
| ./eesupp/src/timers.F | 107 | TIMER_CONTROL |
CHARACTER*(*) action |
| ./eesupp/src/timers.F | 237 | TIMER_CONTROL |
ISTART = IFNBLNK(action) |
| ./eesupp/src/timers.F | 238 | TIMER_CONTROL |
IEND = ILNBLNK(action) |
| ./eesupp/src/timers.F | 241 | TIMER_CONTROL |
tmpAction = action(ISTART:IEND) |
| ./eesupp/src/timers.F | 77 | TIMER_CONTROL |
SUBROUTINE TIMER_CONTROL ( name , action , callProc , myThreadId ) |