Symbol: Property
usr/src/cmd/make/bin/ar.cc
161
static void translate_entry(Ar *arp, Name target, Property member, char **long_names_table);
usr/src/cmd/make/bin/ar.cc
185
Property member;
usr/src/cmd/make/bin/ar.cc
385
Property member;
usr/src/cmd/make/bin/ar.cc
617
translate_entry(Ar *arp, Name target, Property member, char **long_names_table)
usr/src/cmd/make/bin/doname.cc
1192
Property tmp_line;
usr/src/cmd/make/bin/doname.cc
1242
Property member;
usr/src/cmd/make/bin/doname.cc
1322
Property line;
usr/src/cmd/make/bin/doname.cc
1335
Property prop;
usr/src/cmd/make/bin/doname.cc
1577
run_command(Property line, Boolean)
usr/src/cmd/make/bin/doname.cc
1769
execute_serial(Property line)
usr/src/cmd/make/bin/doname.cc
1864
Property spro = get_prop(sunpro_dependencies->prop, macro_prop);
usr/src/cmd/make/bin/doname.cc
194
Property line, source_line;
usr/src/cmd/make/bin/doname.cc
2040
Property makefile;
usr/src/cmd/make/bin/doname.cc
2166
build_command_strings(Name target, Property line)
usr/src/cmd/make/bin/doname.cc
2177
Property member;
usr/src/cmd/make/bin/doname.cc
2511
touch_command(Property line, Name target, Doname result)
usr/src/cmd/make/bin/doname.cc
2592
update_target(Property line, Doname result)
usr/src/cmd/make/bin/doname.cc
2596
Property line2;
usr/src/cmd/make/bin/doname.cc
2598
Property member;
usr/src/cmd/make/bin/doname.cc
2680
sccs_get(Name target, Property *command)
usr/src/cmd/make/bin/doname.cc
2688
Property line;
usr/src/cmd/make/bin/doname.cc
2870
(Property) NULL,
usr/src/cmd/make/bin/doname.cc
2889
Property conditional;
usr/src/cmd/make/bin/doname.cc
2890
Property new_prop;
usr/src/cmd/make/bin/doname.cc
2891
Property *previous;
usr/src/cmd/make/bin/doname.cc
2954
set_locals(Name target, Property old_locals)
usr/src/cmd/make/bin/doname.cc
2956
Property conditional;
usr/src/cmd/make/bin/doname.cc
296
Property old_locals = NULL;
usr/src/cmd/make/bin/doname.cc
297
Property line;
usr/src/cmd/make/bin/doname.cc
298
Property command = NULL;
usr/src/cmd/make/bin/doname.cc
3016
reset_locals(Name target, Property old_locals, Property conditional, int index)
usr/src/cmd/make/bin/doname.cc
3018
Property this_conditional;
usr/src/cmd/make/bin/doname.cc
3087
Property line;
usr/src/cmd/make/bin/doname.cc
3142
Property line;
usr/src/cmd/make/bin/doname.cc
3180
Property member = get_prop(target->prop, member_prop);
usr/src/cmd/make/bin/doname.cc
345
Property time;
usr/src/cmd/make/bin/doname.cc
467
old_locals = (Property) alloca(target->conditional_cnt *
usr/src/cmd/make/bin/doname.cc
554
Property member;
usr/src/cmd/make/bin/doname.cc
83
static Boolean check_dependencies(Doname *result, Property line, Boolean do_get, Name target, Name true_target, Boolean doing_subtree, Chain *out_of_date_tail, Property old_locals, Boolean implicit, Property *command, Name less, Boolean rechecking_target, Boolean recheck_conditionals);
usr/src/cmd/make/bin/doname.cc
85
static Doname run_command(Property line, Boolean print_machine);
usr/src/cmd/make/bin/doname.cc
86
extern Doname execute_serial(Property line);
usr/src/cmd/make/bin/doname.cc
869
Property member;
usr/src/cmd/make/bin/doname.cc
92
static void build_command_strings(Name target, Property line);
usr/src/cmd/make/bin/doname.cc
93
static Doname touch_command(Property line, Name target, Doname result);
usr/src/cmd/make/bin/doname.cc
936
check_dependencies(Doname *result, Property line, Boolean do_get, Name target, Name true_target, Boolean doing_subtree, Chain *out_of_date_tail, Property old_locals, Boolean implicit, Property *command, Name less, Boolean rechecking_target, Boolean recheck_conditionals)
usr/src/cmd/make/bin/doname.cc
94
extern void update_target(Property line, Doname result);
usr/src/cmd/make/bin/doname.cc
95
static Doname sccs_get(Name target, Property *command);
usr/src/cmd/make/bin/doname.cc
98
extern void set_locals(Name target, Property old_locals);
usr/src/cmd/make/bin/doname.cc
99
extern void reset_locals(Name target, Property old_locals, Property conditional, int index);
usr/src/cmd/make/bin/files.cc
287
read_dir(Name dir, wchar_t *pattern, Property line, wchar_t *library)
usr/src/cmd/make/bin/files.cc
518
Property sprop = get_prop(plain_file->prop,sccs_prop);
usr/src/cmd/make/bin/files.cc
574
Property prop;
usr/src/cmd/make/bin/globals.cc
74
Property current_line;
usr/src/cmd/make/bin/implicit.cc
111
find_suffix_rule(Name target, Name target_body, Name target_suffix, Property *command, Boolean rechecking)
usr/src/cmd/make/bin/implicit.cc
117
Property source_suffix;
usr/src/cmd/make/bin/implicit.cc
120
Property line;
usr/src/cmd/make/bin/implicit.cc
1308
Property line = maybe_append_prop(target, line_prop);
usr/src/cmd/make/bin/implicit.cc
1434
dependency_exists(Name target, Property line)
usr/src/cmd/make/bin/implicit.cc
498
find_ar_suffix_rule(Name target, Name true_target, Property *command, Boolean rechecking)
usr/src/cmd/make/bin/implicit.cc
503
Property line;
usr/src/cmd/make/bin/implicit.cc
58
extern Doname find_suffix_rule(Name target, Name target_body, Name target_suffix, Property *command, Boolean rechecking);
usr/src/cmd/make/bin/implicit.cc
59
extern Doname find_ar_suffix_rule(Name target, Name true_target, Property *command, Boolean rechecking);
usr/src/cmd/make/bin/implicit.cc
593
find_double_suffix_rule(Name target, Property *command, Boolean rechecking)
usr/src/cmd/make/bin/implicit.cc
60
extern Doname find_double_suffix_rule(Name target, Property *command, Boolean rechecking);
usr/src/cmd/make/bin/implicit.cc
62
extern Doname find_percent_rule(Name target, Property *command, Boolean rechecking);
usr/src/cmd/make/bin/implicit.cc
66
static Boolean dependency_exists(Name target, Property line);
usr/src/cmd/make/bin/implicit.cc
67
extern Property maybe_append_prop(Name, Property_id);
usr/src/cmd/make/bin/implicit.cc
704
Property line;
usr/src/cmd/make/bin/implicit.cc
705
Property suffix;
usr/src/cmd/make/bin/implicit.cc
798
find_percent_rule(Name target, Property *command, Boolean rechecking)
usr/src/cmd/make/bin/implicit.cc
803
Property line;
usr/src/cmd/make/bin/macro.cc
58
Property macro_apx = get_prop(name->prop, macro_append_prop);
usr/src/cmd/make/bin/macro.cc
59
Property macro = get_prop(name->prop, macro_prop);
usr/src/cmd/make/bin/main.cc
1783
Property def_make_macro = NULL;
usr/src/cmd/make/bin/main.cc
1793
Property macro;
usr/src/cmd/make/bin/main.cc
199
Property prop, prop2;
usr/src/cmd/make/bin/main.cc
2189
(Property) NULL,
usr/src/cmd/make/bin/main.cc
2451
Property macro;
usr/src/cmd/make/bin/main.cc
2663
Property prop = maybe_append_prop(name, macro_prop);
usr/src/cmd/make/bin/main.cc
2697
Property val;
usr/src/cmd/make/bin/main.cc
762
Property member;
usr/src/cmd/make/bin/misc.cc
321
Property prop;
usr/src/cmd/make/bin/misc.cc
470
Property line;
usr/src/cmd/make/bin/misc.cc
520
Property line;
usr/src/cmd/make/bin/nse_printdep.cc
122
Property line;
usr/src/cmd/make/bin/nse_printdep.cc
154
print_deps(Name target, Property line)
usr/src/cmd/make/bin/nse_printdep.cc
191
is_out_of_date(Property line)
usr/src/cmd/make/bin/nse_printdep.cc
194
Property line2;
usr/src/cmd/make/bin/nse_printdep.cc
265
should_print_dep(Property line)
usr/src/cmd/make/bin/nse_printdep.cc
287
Property line;
usr/src/cmd/make/bin/nse_printdep.cc
329
Property line;
usr/src/cmd/make/bin/nse_printdep.cc
35
void print_dependencies(Name target, Property line);
usr/src/cmd/make/bin/nse_printdep.cc
36
static void print_deps(Name target, Property line);
usr/src/cmd/make/bin/nse_printdep.cc
39
static Boolean should_print_dep(Property line);
usr/src/cmd/make/bin/nse_printdep.cc
45
static Boolean is_out_of_date(Property line);
usr/src/cmd/make/bin/nse_printdep.cc
65
print_dependencies(Name target, Property line)
usr/src/cmd/make/bin/parallel.cc
1030
Property line;
usr/src/cmd/make/bin/parallel.cc
1031
Property pending_line;
usr/src/cmd/make/bin/parallel.cc
112
execute_parallel(Property line, Boolean waitflg, Boolean local)
usr/src/cmd/make/bin/parallel.cc
1172
Property line;
usr/src/cmd/make/bin/parallel.cc
1173
Property line2;
usr/src/cmd/make/bin/parallel.cc
123
Property prop;
usr/src/cmd/make/bin/parallel.cc
1369
Property *conditionals;
usr/src/cmd/make/bin/parallel.cc
1385
Property member;
usr/src/cmd/make/bin/parallel.cc
1489
add_running(Name target, Name true_target, Property command, int recursion_level, int auto_count, Name *automatics, Boolean do_get, Boolean implicit)
usr/src/cmd/make/bin/parallel.cc
1687
Property line;
usr/src/cmd/make/bin/parallel.cc
550
distribute_process(char **commands, Property line)
usr/src/cmd/make/bin/parallel.cc
779
Property line;
usr/src/cmd/make/bin/parallel.cc
785
Property *conditionals;
usr/src/cmd/make/bin/parallel.cc
87
static Doname distribute_process(char **commands, Property line);
usr/src/cmd/make/bin/parallel.cc
93
static void reset_conditionals(int cnt, Name *targets, Property *locals);
usr/src/cmd/make/bin/parallel.cc
95
static Property *set_conditionals(int cnt, Name *targets);
usr/src/cmd/make/bin/parallel.cc
960
static Property *
usr/src/cmd/make/bin/parallel.cc
963
Property *locals, *lp;
usr/src/cmd/make/bin/parallel.cc
966
locals = (Property *) getmem(cnt * sizeof(Property));
usr/src/cmd/make/bin/parallel.cc
970
*lp = (Property) getmem((*tp)->conditional_cnt *
usr/src/cmd/make/bin/parallel.cc
990
reset_conditionals(int cnt, Name *targets, Property *locals)
usr/src/cmd/make/bin/parallel.cc
993
Property *lp;
usr/src/cmd/make/bin/read.cc
106
Property orig_makefile = makefile;
usr/src/cmd/make/bin/read.cc
99
Property makefile = maybe_append_prop(makefile_name,
usr/src/cmd/make/bin/read2.cc
1681
Property conditional;
usr/src/cmd/make/bin/read2.cc
202
Property prop;
usr/src/cmd/make/bin/read2.cc
574
Property line;
usr/src/cmd/make/bin/read2.cc
581
Property line2;
usr/src/cmd/make/bin/read2.cc
873
enter_dependency(Property line, Name depe, Boolean automatic)
usr/src/cmd/make/bin/rep.cc
326
Property lines;
usr/src/cmd/make/bin/state.cc
130
Property lines;
usr/src/cmd/make/include/mk/defs.h
200
extern Property current_line;
usr/src/cmd/make/include/mk/defs.h
319
Property command, int recursion_level, int auto_count,
usr/src/cmd/make/include/mk/defs.h
351
extern void enter_dependency(Property line, Name depe,
usr/src/cmd/make/include/mk/defs.h
362
extern Doname execute_parallel(Property line, Boolean waitflg,
usr/src/cmd/make/include/mk/defs.h
364
extern Doname execute_serial(Property line);
usr/src/cmd/make/include/mk/defs.h
369
Property *command, Boolean rechecking);
usr/src/cmd/make/include/mk/defs.h
370
extern Doname find_double_suffix_rule(Name target, Property *command,
usr/src/cmd/make/include/mk/defs.h
372
extern Doname find_percent_rule(Name target, Property *command,
usr/src/cmd/make/include/mk/defs.h
377
Name target_suffix, Property *command, Boolean rechecking);
usr/src/cmd/make/include/mk/defs.h
391
extern void print_dependencies(Name target, Property line);
usr/src/cmd/make/include/mk/defs.h
392
extern void send_job_start_msg(Property line);
usr/src/cmd/make/include/mk/defs.h
397
extern int read_dir(Name dir, wchar_t *pattern, Property line,
usr/src/cmd/make/include/mk/defs.h
409
extern void reset_locals(Name target, Property old_locals,
usr/src/cmd/make/include/mk/defs.h
410
Property conditional, int index);
usr/src/cmd/make/include/mk/defs.h
411
extern void set_locals(Name target, Property old_locals);
usr/src/cmd/make/include/mk/defs.h
419
extern void update_target(Property line, Doname result);
usr/src/cmd/make/include/mksh/macro.h
35
extern Property setvar_daemon(Name, Name, Boolean, Daemon, Boolean, short);
usr/src/cmd/make/include/mksh/misc.h
34
extern Property append_prop(Name, Property_id);
usr/src/cmd/make/include/mksh/misc.h
41
extern Property get_prop(Property, Property_id);
usr/src/cmd/make/include/mksh/misc.h
48
extern Property maybe_append_prop(Name, Property_id);
usr/src/cmd/make/lib/mksh/macro.cc
1008
expand_value_with_daemon(Name, Property macro, String destination, Boolean cmd)
usr/src/cmd/make/lib/mksh/macro.cc
1076
Property
usr/src/cmd/make/lib/mksh/macro.cc
1079
Property macro = maybe_append_prop(name, macro_prop);
usr/src/cmd/make/lib/mksh/macro.cc
1080
Property macro_apx = get_prop(name->prop, macro_append_prop);
usr/src/cmd/make/lib/mksh/macro.cc
1249
Property env_prop = maybe_append_prop(name, env_mem_prop);
usr/src/cmd/make/lib/mksh/macro.cc
276
Property macro = NULL;
usr/src/cmd/make/lib/mksh/macro.cc
48
static void expand_value_with_daemon(Name, Property macro, String destination, Boolean cmd);
usr/src/cmd/make/lib/mksh/misc.cc
246
for (Property next, p = name->prop; p != NULL; p = next) {
usr/src/cmd/make/lib/mksh/misc.cc
548
Property
usr/src/cmd/make/lib/mksh/misc.cc
551
Property *insert = &target->prop;
usr/src/cmd/make/lib/mksh/misc.cc
552
Property prop = *insert;
usr/src/cmd/make/lib/mksh/misc.cc
603
*insert = prop = (Property) getmem(size);
usr/src/cmd/make/lib/mksh/misc.cc
625
Property
usr/src/cmd/make/lib/mksh/misc.cc
628
Property prop;
usr/src/cmd/make/lib/mksh/misc.cc
651
Property
usr/src/cmd/make/lib/mksh/misc.cc
652
get_prop(Property start, Property_id type)
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Element.java
39
public abstract class Element implements Property, PropertyWalk