Searched refs:targetlist (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/tools/build/src/engine/ |
D | compile.cpp | 116 action->targets = targetlist( (TARGETS *)0, lol_get( frame->args, 0 ) ); in evaluate_rule() 117 action->sources = targetlist( (TARGETS *)0, lol_get( frame->args, 1 ) ); in evaluate_rule()
|
D | rules.h | 266 TARGETS * targetlist ( TARGETS *, LIST * target_names );
|
D | rules.cpp | 90 internal->depends = targetlist( internal->depends, included_names ); in target_include_many() 240 TARGETS * targetlist( TARGETS * chain, LIST * target_names ) in targetlist() function
|
D | builtins.cpp | 565 t->depends = targetlist( t->depends, sources ); in builtin_depends() 583 s->dependants = targetlist( s->dependants, targets ); in builtin_depends() 606 t->rebuilds = targetlist( t->rebuilds, rebuilds ); in builtin_rebuilds()
|
/third_party/python/Lib/idlelib/ |
D | configdialog.py | 670 self.targetlist = DynOptionMenu( 709 self.targetlist.pack(side=TOP, expand=TRUE, fill=X, padx=8, pady=3) 770 self.targetlist.SetMenu(theme_names, theme_names[0])
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_configdialog.py | 415 d.targetlist.SetMenu(['a', 'b', 'c'], 'c')
|