Home | History | Annotate | Download | only in make-3.81

Lines Matching full:recursive

160    If RECURSIVE is nonzero a flag is set in the variable saying
166 int recursive, struct variable_set *set,
204 v->recursive = recursive;
221 v->recursive = recursive;
967 if (v->recursive
1039 /* A recursive variable definition "var = value".
1064 This becomes a normal recursive definition. */
1076 recursive)
1077 /* The previous definition of the variable was recursive.
1416 if (v->recursive && strchr (v->value, '\n') != 0)
1422 printf ("%s %s= ", v->name, v->recursive ? v->append ? "+" : "" : ":");
1429 else if (v->recursive)