Lines Matching defs:line

572 	register Property	line;
587 /* Check if this is a .RECURSIVE line */
633 for (line = get_prop(target->prop, recursive_prop);
634 line != NULL;
635 line = get_prop(line->next, recursive_prop)) {
636 if ((line->body.recursive.directory == directory) &&
637 (line->body.recursive.target == name)) {
638 line->body.recursive.makefiles = dp;
639 line->body.recursive.has_built =
669 /* Check if the line is ":" or "::" */
681 /* If this is a "::" type line with no */
721 line2->body.line.target = target;
736 /* This really is a regular dependency line. Just enter it */
737 line = maybe_append_prop(target, line_prop);
738 line->body.line.target = target;
746 if (line->body.line.command_template != NULL) {
747 line->body.line.command_template_redefined =
751 line->body.line.command_template =
755 line->body.line.command_template = command;
760 line->body.line.command_template = command;
781 for (Cmd_line next, cmd = line->body.line.command_used;
786 line->body.line.command_used = command;
798 if (line != NULL) {
799 for (dp = line->body.line.dependencies;
813 if (line->body.line.target_group != NULL) {
819 line->body.line.target_group = target_group;
841 enter_dependency(line,
853 * enter_dependency(line, depe, automatic)
858 * line The line block that the dependeny is
869 enter_dependency(Property line, register Name depe, Boolean automatic)
878 for (insert = &line->body.line.dependencies, dp = *insert;
903 (line != NULL) &&
904 (line->body.line.target != NULL)) {
905 line->body.line.target->has_regular_dependency = true;
1861 gettext("%s, line %d: %s"),