Home | History | Annotate | Download | only in gas

Lines Matching defs:narg

597       /* Add a special NARG formal, which macro_expand will set to the
600 the name $NARG. At least until we find an exception. */
602 name = "$NARG";
604 name = "NARG";
1032 int narg = 0;
1120 ++narg;
1162 ++narg;
1196 sb_add_string (&t, macro_strip_at ? "$NARG" : "NARG");
1198 sprintf (buffer, "%d", narg);