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

Lines Matching refs:ADD_FLAG

2690 #define	ADD_FLAG(ARG, LEN) \
2721 ADD_FLAG (0, 0);
2734 ADD_FLAG ("", 0); /* Optional value omitted; see below. */
2737 ADD_FLAG ("1", 1);
2742 ADD_FLAG (buf, strlen (buf));
2758 ADD_FLAG ("", 0); /* Optional value omitted; see below. */
2763 ADD_FLAG (buf, strlen (buf));
2780 ADD_FLAG (sl->list[i], strlen (sl->list[i]));
2788 #undef ADD_FLAG