Lines Matching refs:to
92 register char *str, *to, *cp; local99 for (to = str; *str; str++) {124 *to++ = '\\';125 *to++ = 'N';127 *to++ = (char) num;132 *to++ = '\t';136 *to++ = ' ';140 *to++ = '\n';144 *to++ = '\r';148 *to++ = '\b';152 *to++ = '\\';153 *to++ = *str;158 *to++ = *str;160 *to = '\0';