Lines Matching refs:RULE
129 RULE * bind_builtin( char const * name_, LIST * (* f)( FRAME *, int flags ), in bind_builtin()
133 RULE * result; in bind_builtin()
148 RULE * duplicate_rule( char const * name_, RULE * other ) in duplicate_rule()
151 RULE * result = import_rule( other, root_module(), name ); in duplicate_rule()
1091 RULE * const r = (RULE *)r_; in add_rule_name()
1230 RULE * r = nullptr; in builtin_import()
1231 RULE * imported = nullptr; in builtin_import()
1233 if ( !source_module->rules || !(r = (RULE *)hash_find( in builtin_import()
1286 RULE * r = nullptr; in builtin_export()
1287 if ( !m->rules || !( r = (RULE *)hash_find( m->rules, list_item( iter ) in builtin_export()
2161 RULE * r; in bjam_import_rule()