Home
last modified time | relevance | path

Searched refs:I_STOP (Results 1 – 18 of 18) sorted by relevance

/dports/editors/jove/jove/
H A Dreapp.c481 #define I_STOP 1 macro
590 return I_STOP;
644 return I_STOP;
664 case I_STOP:
665 return I_STOP;
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/crmd/
H A Dfsa_defines.h189 I_STOP, /* We have been told to shutdown */ enumerator
H A Dmessages.c834 return I_STOP; in handle_request()
968 return I_STOP; in handle_request()
971 return I_STOP; in handle_request()
H A Dheartbeat.c347 register_fsa_input(C_FSA_INTERNAL, I_STOP, NULL); in crmd_ccm_msg_callback()
H A Dte_actions.c744 event = I_STOP; in notify_crmd()
H A Dutils.c307 case I_STOP: in fsa_input2string()
H A Dcontrol.c607 shutdown_escalation_timer->fsa_input = I_STOP; in do_startup()
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/daemons/controld/
H A Dcontrold_timers.c242 shutdown_escalation_timer->fsa_input = I_STOP; in controld_init_fsa_timers()
H A Dcontrold_fsa.h179 I_STOP, /* We have been told to shutdown */ enumerator
H A Dcontrold_messages.c906 return I_STOP; in handle_shutdown_self_ack()
951 return I_STOP; in handle_shutdown_ack()
H A Dcontrold_utils.c106 case I_STOP: in fsa_input2string()
H A Dcontrold_te_actions.c623 event = I_STOP; in notify_crmd()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/alan3/
H A Dacode.h219 I_STOP, enumerator
H A Dinter.cpp936 case I_STOP: { in interpret()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/alan3/
H A Dacode.h219 I_STOP, enumerator
H A Dinter.cpp952 case I_STOP: { in interpret()
/dports/audio/snd/snd-21.2/
H A Dsnd-0.h84 #define I_STOP "Stop" macro
H A Dsnd-motif.c2838 s1 = XmStringCreateLocalized((char *)I_STOP); in find_dialog_stop_label()
4463 set_button_label(cancel_button, I_STOP); in apply_enved()
20385 plab = XmStringCreateLocalized((char *)I_STOP); in print_ok_callback()
20778 set_menu_label(edit_play_menu, I_STOP); in edit_play_callback()
21753 set_menu_label(edit_play_menu, I_STOP); in popup_loop_play_callback()
24718 w = XtCreateManagedWidget(I_STOP, xmPushButtonWidgetClass, listener_popup, args, n); in make_listener_widget()