Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/engine/
Dconstants.cpp37 constant_HDRRULE = object_new( "HDRRULE" ); in constants_init()
96 object_free( constant_HDRRULE ); in constants_done()
153 OBJECT * constant_HDRRULE; variable
Dconstants.h35 extern OBJECT * constant_HDRRULE; /* "HDRRULE" */
Dheaders.cpp74 hdrrule = var_get( root_module(), constant_HDRRULE ); in headers()