Home | History | Annotate | Download | only in gas

Lines Matching refs:macro_strip_at

63 static int macro_strip_at;
83 macro_strip_at = strip_at;
393 if (macro_alternate && ! macro_strip_at && in->ptr[idx] != '<')
601 if (macro_strip_at)
735 && (! macro_mri || macro_strip_at)
736 && (! macro_strip_at || kind == '@'))
752 macro_strip_at and kind is '@' and the token did not end in '@'. */
753 if (macro_strip_at
891 || ! macro_strip_at
903 (macro_strip_at && inquote) ? '@' : '\'',
951 else if (in->ptr[src] == '@' && macro_strip_at)
1196 sb_add_string (&t, macro_strip_at ? "$NARG" : "NARG");