Home
last modified time | relevance | path

Searched refs:bindlist (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/tools/build/src/engine/
Drules.cpp517 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()
Drules.h52 LIST * bindlist; member
253 RULE * new_rule_actions( module_t *, OBJECT * rulename, FUNCTION * command, LIST * bindlist, int fl…
Djamgram.yy185 | `actions` eflags ARG bindlist `{`
331 * bindlist - list of variable to bind for an action
334 bindlist : /* empty */
Djamgram.y231 | ACTIONS_t eflags ARG bindlist _LBRACE_t
380 bindlist : /* empty */
Dbuiltins.cpp2205 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()
Dmake1.cpp1153 boundvars = make1settings( rule->module, actions->bindlist ); in make1cmds()
Dfunction.cpp357 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/
Dtest.jam953 # Evaluate bindlist