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

Lines Matching refs:max_args

2243   static int max_args = 0;
2312 /* If the number of arguments we have is < max_args, it means we're inside
2317 for (; i < max_args; ++i)
2330 saved_args = max_args;
2331 max_args = i;
2333 max_args = saved_args;