Lines Matching refs:to
4 * The contents of this file are subject to the terms of the
24 * Use is subject to license terms.
36 * generate a vector of pointers (arps) to the
39 * s -> string to analyze -- s GETS MODIFIED
92 register char *str, *to, *cp;
99 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';