HomeSort by relevance Sort by last modified time
    Searched refs:macro_nest (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.27/gas/
macro.h 78 extern int macro_nest;
input-scrub.c 86 int macro_nest;
269 if (macro_nest > max_macro_nest)
271 ++macro_nest;
325 cond_finish_check (macro_nest);
332 --macro_nest;
85 int macro_nest; variable
cond.c 55 int macro_nest; member in struct:conditional_frame
534 cframe->macro_nest = macro_nest;
545 if (current_cframe != NULL && current_cframe->macro_nest >= nest)
568 while (current_cframe != NULL && current_cframe->macro_nest >= nest)
read.c 871 if ((listing & LISTING_MACEXP) && macro_nest > 0)
885 copy = XNEWVEC (char, len + macro_nest + 2);
886 memset (copy, '>', macro_nest);
887 copy[macro_nest] = ' ';
888 memcpy (copy + macro_nest + 1, input_line_pointer, len);
889 copy[macro_nest + 1 + len] = '\0';
    [all...]

Completed in 1381 milliseconds