Lines Matching refs:from
156 str_append_till(register STR *str, register char *from, register int delim, char *keeplist)
161 if (!from)
163 len = strlen(from);
168 for (; *from; from++,to++) {
169 if (*from == '\\' && from[1] && delim != '\\') {
171 if (from[1] == delim || from[1] == '\\')
172 from++;
174 *to++ = *from++;
176 else if (strchr(keeplist,from[1]))
177 *to++ = *from++;
179 from++;
181 else if (*from == delim)
183 *to = *from;
187 return from;
264 register int cnt; /* from the stdio struct and put EVERYTHING */
271 /* An ungetc()d char is handled separately from the regular