Searched refs:bindlist (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/tools/build/src/engine/ |
D | rules.cpp | 517 list_free( a->bindlist ); in actions_free() 614 static rule_actions * actions_new( FUNCTION * command, LIST * bindlist, in actions_new() argument 621 result->bindlist = bindlist; in actions_new() 629 LIST * bindlist, int flags ) in new_rule_actions() argument 633 set_rule_actions( local, actions_new( command, bindlist, flags ) ); in new_rule_actions()
|
D | rules.h | 52 LIST * bindlist; member 253 RULE * new_rule_actions( module_t *, OBJECT * rulename, FUNCTION * command, LIST * bindlist, int fl…
|
D | jamgram.yy | 185 | `actions` eflags ARG bindlist `{` 331 * bindlist - list of variable to bind for an action 334 bindlist : /* empty */
|
D | jamgram.y | 231 | ACTIONS_t eflags ARG bindlist _LBRACE_t 380 bindlist : /* empty */
|
D | builtins.cpp | 2205 LIST * bindlist = L0; in bjam_define_action() local 2225 bindlist = list_push_back( bindlist, object_new( PyString_AsString( next in bjam_define_action() 2231 new_rule_actions( root_module(), name_str, body_func, bindlist, flags ); in bjam_define_action()
|
D | make1.cpp | 1153 boundvars = make1settings( rule->module, actions->bindlist ); in make1cmds()
|
D | function.cpp | 357 LIST * bindlist = stack_pop( s ); in function_set_actions() local 358 new_rule_actions( frame->module, sub->name, sub->command, bindlist, in function_set_actions()
|
/third_party/boost/tools/build/test/core-language/ |
D | test.jam | 953 # Evaluate bindlist
|