Searched refs:macro_nest (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dmacro.h77 extern int macro_nest;
H A Dinput-scrub.c87 int macro_nest;
267 if (macro_nest > max_macro_nest)
269 ++macro_nest;
315 cond_finish_check (macro_nest);
322 --macro_nest;
86 int macro_nest; variable
H A Dcond.c56 int macro_nest; member in struct:conditional_frame
535 cframe->macro_nest = macro_nest;
546 if (current_cframe != NULL && current_cframe->macro_nest >= nest)
569 while (current_cframe != NULL && current_cframe->macro_nest >= nest)
H A Dread.c718 if ((listing & LISTING_MACEXP) && macro_nest > 0)
732 copy = (char *) xmalloc (len + macro_nest + 2);
733 memset (copy, '>', macro_nest);
734 copy[macro_nest] = ' ';
735 memcpy (copy + macro_nest + 1, input_line_pointer - 1, len);
736 copy[macro_nest + 1 + len] = '\0';
2555 cond_exit_macro (macro_nest);
2952 cond_exit_macro (macro_nest);

Completed in 81 milliseconds