Home
last modified time | relevance | path

Searched refs:timer_command (Results 1 – 8 of 8) sorted by relevance

/dports/irc/irssi-scripts/irssi-scripts/scripts/
H A Dtimer.pl37 sub timer_command { subroutine
140 $timers{$name}->{'timer'} = timeout_add( $interval * 1000, \&timer_command, $name );
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dinput.h143 void timer_command();
H A Dinput.cpp777 else if (!strcmp(command,"timer")) timer_command(); in execute_command()
1887 void Input::timer_command() in timer_command() function in Input
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/tty/serial/
H A Dicom.h79 u8 timer_command; /* 1E6 general timer cmd */ member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/tty/serial/
H A Dicom.h79 u8 timer_command; /* 1E6 general timer cmd */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/tty/serial/
H A Dicom.h79 u8 timer_command; /* 1E6 general timer cmd */ member
/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/
H A Dnet.c999 gint tstate, timer_command; in cb_timer_button_release() local
1033 timer_command = ON; in cb_timer_button_release()
1035 timer_command = OFF; in cb_timer_button_release()
1046 timer_command = OFF; in cb_timer_button_release()
1054 timer_command = ON; in cb_timer_button_release()
1056 if (timer_command == ON && *timer_on_command != '\0') in cb_timer_button_release()
1058 if (timer_command == OFF && *timer_off_command != '\0') in cb_timer_button_release()
1060 last_timer_command = timer_command; in cb_timer_button_release()
/dports/audio/snd/snd-21.2/tools/
H A Dsam.c1421 static void timer_command(int cmd) in timer_command() function
2487 else timer_command(cmd); in handle_command()