Home
last modified time | relevance | path

Searched refs:rule_actions (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/tools/build/src/engine/
Drules.h48 struct rule_actions struct
63 typedef struct rule_actions rule_actions; argument
70 rule_actions * actions; /* build actions, or NULL for no actions */
245 void actions_refer( rule_actions * );
246 void actions_free ( rule_actions * );
Drules.cpp42 static void set_rule_actions( RULE *, rule_actions * );
502 void actions_refer( rule_actions * a ) in actions_refer()
512 void actions_free( rule_actions * a ) in actions_free()
604 static void set_rule_actions( RULE * rule, rule_actions * actions ) in set_rule_actions()
614 static rule_actions * actions_new( FUNCTION * command, LIST * bindlist, in actions_new()
617 rule_actions * const result = (rule_actions *)BJAM_MALLOC( sizeof( in actions_new()
618 rule_actions ) ); in actions_new()
Dmake1.cpp1080 rule_actions * actions = rule->actions; in make1cmds()