Home
last modified time | relevance | path

Searched refs:Property (Results 1 – 25 of 43) sorted by relevance

12

/illumos-gate/usr/src/cmd/make/bin/
H A Dnse_printdep.cc36 static void print_deps(Name target, Property line);
39 static Boolean should_print_dep(Property line);
45 static Boolean is_out_of_date(Property line);
65 print_dependencies(Name target, Property line) in print_dependencies()
122 Property line; in print_more_deps()
154 print_deps(Name target, Property line) in print_deps()
191 is_out_of_date(Property line) in is_out_of_date()
194 Property line2; in is_out_of_date()
265 should_print_dep(Property line) in should_print_dep()
287 Property line; in print_forest()
[all …]
H A Ddoname.cc297 Property line; in doname()
554 Property member; in doname()
869 Property member; in doname()
1322 Property line; in dynamic_dependencies()
1335 Property prop; in dynamic_dependencies()
2177 Property member; in build_command_strings()
2596 Property line2; in update_target()
2598 Property member; in update_target()
2688 Property line; in sccs_get()
3087 Property line; in check_auto_dependencies()
[all …]
H A Dparallel.cc123 Property prop; in execute_parallel()
779 Property line; in process_next()
960 static Property *
963 Property *locals, *lp; in set_conditionals()
966 locals = (Property *) getmem(cnt * sizeof(Property)); in set_conditionals()
993 Property *lp; in reset_conditionals()
1030 Property line; in dependency_conflict()
1172 Property line; in finish_children()
1173 Property line2; in finish_children()
1385 Property member; in finish_doname()
[all …]
H A Dimplicit.cc66 static Boolean dependency_exists(Name target, Property line);
67 extern Property maybe_append_prop(Name, Property_id);
117 Property source_suffix; in find_suffix_rule()
120 Property line; in find_suffix_rule()
503 Property line; in find_ar_suffix_rule()
704 Property line; in build_suffix_list()
705 Property suffix; in build_suffix_list()
798 find_percent_rule(Name target, Property *command, Boolean rechecking) in find_percent_rule()
803 Property line; in find_percent_rule()
1308 Property line = maybe_append_prop(target, line_prop); in create_target_group_and_dependencies_list()
[all …]
H A Dmacro.cc58 Property macro_apx = get_prop(name->prop, macro_append_prop); in setvar_append()
59 Property macro = get_prop(name->prop, macro_prop); in setvar_append()
H A Dar.cc161 static void translate_entry(Ar *arp, Name target, Property member, char **long_names_table);
185 Property member; in read_archive()
385 Property member; in read_archive_dir()
617 translate_entry(Ar *arp, Name target, Property member, char **long_names_table) in translate_entry()
H A Dfiles.cc287 read_dir(Name dir, wchar_t *pattern, Property line, wchar_t *library) in read_dir()
518 Property sprop = get_prop(plain_file->prop,sccs_prop); in read_dir()
574 Property prop; in enter_file_name()
H A Dmisc.cc321 Property prop; in dump_make_state()
470 Property line; in print_rule()
520 Property line; in print_target_n_deps()
H A Dmain.cc199 Property prop, prop2; in main()
762 Property member; in handle_interrupt()
1783 Property def_make_macro = NULL; in read_files_and_state()
1793 Property macro; in read_files_and_state()
2189 (Property) NULL, in read_files_and_state()
2451 Property macro; in enter_argv_values()
2663 Property prop = maybe_append_prop(name, macro_prop); in append_makeflags_string()
2697 Property val; in read_environment()
H A Dglobals.cc74 Property current_line;
H A Dread2.cc202 Property prop; in enter_member_name()
574 Property line; in enter_dependencies()
581 Property line2; in enter_dependencies()
873 enter_dependency(Property line, Name depe, Boolean automatic) in enter_dependency()
1681 Property conditional; in enter_conditional()
H A Drep.cc326 Property lines; in gather_recursive_deps()
/illumos-gate/usr/src/cmd/make/include/mk/
H A Ddefs.h200 extern Property current_line;
319 Property command, int recursion_level, int auto_count,
351 extern void enter_dependency(Property line, Name depe,
364 extern Doname execute_serial(Property line);
369 Property *command, Boolean rechecking);
377 Name target_suffix, Property *command, Boolean rechecking);
392 extern void send_job_start_msg(Property line);
409 extern void reset_locals(Name target, Property old_locals,
410 Property conditional, int index);
411 extern void set_locals(Name target, Property old_locals);
[all …]
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Dmisc.h34 extern Property append_prop(Name, Property_id);
41 extern Property get_prop(Property, Property_id);
48 extern Property maybe_append_prop(Name, Property_id);
H A Dmacro.h35 extern Property setvar_daemon(Name, Name, Boolean, Daemon, Boolean, short);
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A DMamfile512 …research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://…
542 …research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://…
548 …research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://…
554 …research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://…
560 …research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://…
572 …research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://…
578 …research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://…
584 …research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://…
590 …research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://…
692 …research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://…
[all …]
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmisc.cc246 for (Property next, p = name->prop; p != NULL; p = next) { in free_name()
548 Property
551 Property *insert = &target->prop; in append_prop()
552 Property prop = *insert; in append_prop()
603 *insert = prop = (Property) getmem(size); in append_prop()
625 Property
628 Property prop; in maybe_append_prop()
651 Property
652 get_prop(Property start, Property_id type) in get_prop()
H A Dmacro.cc48 static void expand_value_with_daemon(Name, Property macro, String destination, Boolean cmd);
276 Property macro = NULL; in expand_macro()
1008 expand_value_with_daemon(Name, Property macro, String destination, Boolean cmd) in expand_value_with_daemon()
1076 Property
1079 Property macro = maybe_append_prop(name, macro_prop); in setvar_daemon()
1080 Property macro_apx = get_prop(name->prop, macro_append_prop); in setvar_daemon()
1249 Property env_prop = maybe_append_prop(name, env_mem_prop); in setvar_daemon()
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A DMamfile66 …research.att.com>][-copyright?Copyright (c) 2000-2012 AT&T Intellectual Property][-license?http://…
74 …research.att.com>][-copyright?Copyright (c) 2000-2012 AT&T Intellectual Property][-license?http://…
187 …research.att.com>][-copyright?Copyright (c) 2000-2012 AT&T Intellectual Property][-license?http://…
219 …research.att.com>][-copyright?Copyright (c) 2000-2012 AT&T Intellectual Property][-license?http://…
227 …research.att.com>][-copyright?Copyright (c) 2000-2012 AT&T Intellectual Property][-license?http://…
242 …research.att.com>][-copyright?Copyright (c) 2000-2012 AT&T Intellectual Property][-license?http://…
259 …research.att.com>][-copyright?Copyright (c) 2000-2012 AT&T Intellectual Property][-license?http://…
272 …research.att.com>][-copyright?Copyright (c) 2000-2012 AT&T Intellectual Property][-license?http://…
/illumos-gate/usr/src/lib/pyzfs/common/
H A Ddataset.py36 class Property(object): class
74 proptable[name] = Property(t)
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DProperty.java37 public interface Property { interface
H A DMakefile38 Property.java \
H A DElement.java39 public abstract class Element implements Property, PropertyWalk
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DMamfile65 …research.att.com>][-copyright?Copyright (c) 2003-2012 AT&T Intellectual Property][-license?http://…
73 …research.att.com>][-copyright?Copyright (c) 2003-2012 AT&T Intellectual Property][-license?http://…
147 …research.att.com>][-copyright?Copyright (c) 2005-2012 AT&T Intellectual Property][-license?http://…
155 …research.att.com>][-copyright?Copyright (c) 2005-2012 AT&T Intellectual Property][-license?http://…
187 …research.att.com>][-copyright?Copyright (c) 1994-2012 AT&T Intellectual Property][-license?http://…
195 …research.att.com>][-copyright?Copyright (c) 1994-2012 AT&T Intellectual Property][-license?http://…
228 …research.att.com>][-copyright?Copyright (c) 1995-2012 AT&T Intellectual Property][-license?http://…
236 …research.att.com>][-copyright?Copyright (c) 1995-2012 AT&T Intellectual Property][-license?http://…
269 …research.att.com>][-copyright?Copyright (c) 2005-2012 AT&T Intellectual Property][-license?http://…
277 …research.att.com>][-copyright?Copyright (c) 2005-2012 AT&T Intellectual Property][-license?http://…
[all …]
/illumos-gate/usr/src/contrib/ast/lib/package/
H A Dast.def42 corporation="Intellectual Property"

12