Home
last modified time | relevance | path

Searched refs:ACTION_WC (Results 1 – 5 of 5) sorted by relevance

/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dmad.c762 action_copy_correct( pmad, ACTION_WB, ACTION_WC ); in mad_heal_actions()
763 action_copy_correct( pmad, ACTION_WC, ACTION_WD ); in mad_heal_actions()
765 action_copy_correct( pmad, ACTION_WC, ACTION_WD ); in mad_heal_actions()
766 action_copy_correct( pmad, ACTION_WB, ACTION_WC ); in mad_heal_actions()
820 mad_make_framelip( pmad, ACTION_WC ); in mad_finalize()
826 mad_get_walk_frame( pmad, LIPWC, ACTION_WC ); in mad_finalize()
H A Dmad.h120 ACTION_WC, ///< WC - Run enumerator
H A Dchar.c7402 anim_info[CHR_MOVEMENT_STOP ].action = ACTION_WC; in set_character_animation_rate()
7412 anim_info[CHR_MOVEMENT_RUN ].action = ACTION_WC; in set_character_animation_rate()
7446 if ( ACTION_WC != pmad->action_map[ACTION_WC] ) in set_character_animation_rate()
/dports/mail/ezmlm-idx/ezmlm-idx-7.2.2/
H A Didx.h155 #define ACTION_WC "wc." macro
H A Dezmlm-manage.c519 r = subscribe(workdir,target.s,0,"",(*action == ACTION_WC[0]) ? "-mod" : "-",-1); in getoff()
716 doconfirm(ACTION_WC); in do_unsubscribe()
1338 else if (str_start(action,ACTION_WC)) in main()
1339 do_vc_wc(action,ACTION_WC); in main()