Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/engine/
Dconstants.cpp43 constant_ACTION_RULE = object_new( "__ACTION_RULE__" ); in constants_init()
102 object_free( constant_ACTION_RULE ); in constants_done()
159 OBJECT * constant_ACTION_RULE; variable
Dconstants.h41 extern OBJECT * constant_ACTION_RULE; /* "__ACTION_RULE__" */
Dmake1.cpp798 action_rule = var_get( root_module(), constant_ACTION_RULE ); in call_action_rule()