Searched defs:depe (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Dimplicit.cc799 register Dependency depe; local
1053 for (depe = line->body.line.dependencies;
1054 depe != NULL;
1055 depe = depe->next) {
1057 result = doname_check(depe->name, true, true, depe->automatic);
1069 if ((depe->name->stat.time > line->body.line.dependency_time) &&
1074 depe->name->string_mb,
1075 time_to_string(depe
1304 Name depe; local
[all...]
H A Dread2.cc853 * enter_dependency(line, depe, automatic)
860 * depe The dependency to enter
869 enter_dependency(Property line, register Name depe, Boolean automatic) argument
875 (void) printf("%s ", depe->string_mb);
881 if ((dp->name == depe) && (depe != wait_name)) {
886 depe->stat.is_file = true;
895 dp->name = depe;
900 depe->stat.is_file = true;
929 register Percent depe; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c1891 const struct device_entry *dep, *depe; local
1907 depe = dep + cur_options->os_ndevices;
1913 for (; dep < depe; dep++)
1919 if (dep >= depe)

Completed in 65 milliseconds