Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/engine/
Dconstants.cpp38 constant_BINDRULE = object_new( "BINDRULE" ); in constants_init()
97 object_free( constant_BINDRULE ); in constants_done()
154 OBJECT * constant_BINDRULE; variable
Dconstants.h36 extern OBJECT * constant_BINDRULE; /* "BINDRULE" */
Dsearch.cpp42 LIST * const bind_rule = var_get( root_module(), constant_BINDRULE ); in call_bind_rule()