Home
last modified time | relevance | path

Searched refs:NUM_USER_TIMERS (Results 1 – 4 of 4) sorted by relevance

/dports/misc/heyu2/heyu-2.10/
H A Dx10state.h80 long timer_count[NUM_USER_TIMERS + 1];
H A Dcmd.c3295 if ( timer_no < 1 || timer_no > NUM_USER_TIMERS ) { in direct_command()
3297 "Command '%s': Timer number outside range 1-%d", label, NUM_USER_TIMERS); in direct_command()
3345 if ( timer_no < 1 || timer_no > NUM_USER_TIMERS ) { in direct_command()
3347 "Command '%s': Timer number outside range 1-%d", label, NUM_USER_TIMERS); in direct_command()
H A Dprocess.h56 #define NUM_USER_TIMERS (32 * NUM_TIMER_BANKS) macro
H A Dx10state.c259 COUNTDOWN countdown_timer[NUM_USER_TIMERS + 1];
271 for ( j = 1; j <= NUM_USER_TIMERS; j++ ) { in setup_countdown_timers()
942 for ( j = 1; j <= NUM_USER_TIMERS; j++ ) { in x10state_init_all()
7641 for ( j = 1; j <= NUM_USER_TIMERS; j++ ) { in create_heyu_environment()
10288 if ( !strchr(" /t/n", *sp) || timer < 1 || timer > NUM_USER_TIMERS ) { in create_timeout_launcher()
12250 if ( timer_nbr < 0 || timer_nbr > NUM_USER_TIMERS )
12270 for ( j = 1; j <= NUM_USER_TIMERS; j++ )
13223 for ( j = 1; j <= NUM_USER_TIMERS; j++ ) {
13420 for ( j = 0; j <= NUM_USER_TIMERS; j++ ) {