Lines Matching defs:new_code
3491 struct mstring *new_code = msnew();
3501 msprintf(new_code, "(*val)");
3503 msprintf(new_code, "(*val).%s", tag);
3510 mputc(new_code, c);
3517 mputc(new_code, c);
3527 return msdone(new_code);
3535 mputc(new_code, c);
3541 mputc(new_code, c);
3549 mputc(new_code, c);
3554 mputc(new_code, c);
3557 mputc(new_code, '/');