Searched refs:macro_strip_at (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dmacro.c79 static int macro_strip_at; variable
99 macro_strip_at = strip_at;
382 if (macro_alternate && ! macro_strip_at && in->ptr[idx] != '<')
586 if (macro_strip_at)
700 && (! macro_mri || macro_strip_at)
701 && (! macro_strip_at || kind == '@'))
717 macro_strip_at and kind is '@' and the token did not end in '@'. */
718 if (macro_strip_at
854 || ! macro_strip_at
864 (macro_strip_at
[all...]
H A Das.c1069 int macro_strip_at;
1130 macro_strip_at = 0;
1132 macro_strip_at = flag_mri;
1135 macro_init (flag_macro_alternate, flag_mri, macro_strip_at, macro_expr);
1065 int macro_strip_at; local

Completed in 105 milliseconds