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

  /toolchain/binutils/binutils-2.25/gas/
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)
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

Completed in 322 milliseconds