Searched refs:ACTIONS (Results 1 – 13 of 13) sorted by relevance
42 typedef struct _actions ACTIONS; typedef81 ACTIONS * next;82 ACTIONS * tail; /* valid only for head */126 ACTIONS * actions; /* rules to execute, if any */238 ACTIONS * actionlist ( ACTIONS *, ACTION * );239 void freeactions ( ACTIONS * );
309 ACTIONS * actionlist( ACTIONS * chain, ACTION * action ) in actionlist()311 ACTIONS * const actions = (ACTIONS *)BJAM_MALLOC( sizeof( ACTIONS ) ); in actionlist()430 void freeactions( ACTIONS * chain ) in freeactions()434 ACTIONS * const n = chain->next; in freeactions()
1072 ACTIONS * a0; in make1cmds()1084 ACTIONS * a1; in make1cmds()
698 ACTIONS * a; in make0()
5 ACTIONS = {showPreferences = id; };
5 ACTIONS = {"do_apply" = id; "do_filetype" = id; "do_reset" = id; };
5 ACTIONS = {"do_apply" = id; "do_cancel" = id; "do_reset" = id; "do_run" = id; };
63 ACTIONS = Option.ACTIONS + ("extend",) variable in MultipleOption
33 enum ACTIONS { enum
486 ACTIONS = ("store", variable in Option635 elif self.action not in self.ACTIONS:
1067 ACTIONS = Option.ACTIONS + ("extend",) variable in TestExtendAddActions.MyOption
1957 .. attribute:: Option.ACTIONS1959 All actions must be listed in ACTIONS.1996 ACTIONS = Option.ACTIONS + ("extend",)
1518 // TAGS, LABELS, ACTIONS