Lines Matching full:macro_nest
800 if ((listing & LISTING_MACEXP) && macro_nest > 0)
814 copy = (char *) xmalloc (len + macro_nest + 2);
815 memset (copy, '>', macro_nest);
816 copy[macro_nest] = ' ';
817 memcpy (copy + macro_nest + 1, input_line_pointer, len);
818 copy[macro_nest + 1 + len] = '\0';
2693 if (macro_nest)
2695 cond_exit_macro (macro_nest);
3153 cond_exit_macro (macro_nest);