Lines Matching refs:macro_str1
9849 TokenString macro_str1; in macro_twosharps() local
9866 tok_str_new(¯o_str1); in macro_twosharps()
9873 tok_str_add2(¯o_str1, t, &cval); in macro_twosharps()
9953 tok_str_add2(¯o_str1, tok, &tokc); in macro_twosharps()
9961 tok_str_add2(¯o_str1, tok, &tokc); in macro_twosharps()
9968 tok_str_add(¯o_str1, 0); in macro_twosharps()
9969 return macro_str1.str; in macro_twosharps()
9980 int *macro_str1; in macro_subst() local
9988 macro_str1 = macro_twosharps(ptr); in macro_subst()
9989 if (macro_str1) in macro_subst()
9990 ptr = macro_str1; in macro_subst()
10021 if (macro_str1) in macro_subst()
10022 tok_str_free(macro_str1); in macro_subst()