Lines Matching refs:macro_str
5431 const int *macro_str, struct macro_level **can_read_stream);
9592 static int *macro_arg_subst(Sym **nested_list, int *macro_str, Sym *args) in macro_arg_subst() argument
9603 TOK_GET(t, macro_str, cval); in macro_arg_subst()
9608 TOK_GET(t, macro_str, cval); in macro_arg_subst()
9639 if (*macro_str == TOK_TWOSHARPS || last_tok == TOK_TWOSHARPS) { in macro_arg_subst()
9842 static /*inline*/ int *macro_twosharps(const int *macro_str) in macro_twosharps() argument
9852 start_macro_ptr = macro_str; in macro_twosharps()
9855 macro_ptr1 = macro_str; in macro_twosharps()
9856 TOK_GET(t, macro_str, cval); in macro_twosharps()
9860 if (*macro_str == TOK_TWOSHARPS) in macro_twosharps()
9877 macro_ptr = (int *)macro_str; in macro_twosharps()
9977 const int *macro_str, struct macro_level ** can_read_stream) in macro_subst() argument
9987 ptr = macro_str; in macro_subst()