Lines Matching refs:cstr_cat
7224 static void cstr_cat(CString *cstr, const char *str) in cstr_cat() function
9620 cstr_cat(&cstr, get_tok_str(t, &cval)); in macro_arg_subst()
9732 cstr_cat(&cstr, cstrval); in macro_subst_tok()
9889 cstr_cat(&cstr, p1); in macro_twosharps()
9891 cstr_cat(&cstr, p2); in macro_twosharps()
9948 cstr_cat(&cstr, p1); in macro_twosharps()
16904 cstr_cat(add_str, get_tok_str(sv->sym->v, NULL)); in subst_asm_operand()
16915 cstr_cat(add_str, buf); in subst_asm_operand()
16918 cstr_cat(add_str, buf); in subst_asm_operand()
16925 cstr_cat(add_str, buf); in subst_asm_operand()
16969 cstr_cat(add_str, buf); in subst_asm_operand()
17967 cstr_cat(astr, tokc.cstr->data); in parse_asm_str()