Lines Matching refs:to
4 * The contents of this file are subject to the terms of the
25 * Use is subject to license terms.
37 * generate a vector of pointers (arps) to the
40 * s -> string to analyze -- s GETS MODIFIED
86 char *str, *to, *cp;
91 for (to = str; *str; str++) {
113 *to++ = '\\';
114 *to++ = 'N';
116 *to++ = (char)num;
121 *to++ = '\t';
125 *to++ = ' ';
129 *to++ = '\n';
133 *to++ = '\r';
137 *to++ = '\b';
141 *to++ = '\\';
142 *to++ = *str;
147 *to++ = *str;
149 *to = '\0';