Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/engine/
Dconstants.cpp72 constant_python_interface = object_new( "python_interface" ); in constants_init()
131 object_free( constant_python_interface ); in constants_done()
188 OBJECT * constant_python_interface; variable
Dconstants.h70 extern OBJECT * constant_python_interface; /* "python_interface" */
Dbuiltins.cpp2078 inner->module = bindmodule( constant_python_interface ); in make_jam_arguments_from_python()