Lines Matching +defs:from +defs:end
24 * dealings in this Software without prior written authorization from the
134 char *from, *to;
166 from = THESTR(CAR(filename->data.pathname));
168 code = LispRename(from, to);
171 STRFUN(builtin), from, to, strerror(errno));
403 /* Add an ending '~' at the end of the backup file */
559 make-string-input-stream string &optional start end
563 long start, end, length;
571 start = end = 0;
574 &start, &end, &length);
577 if (end - start != length)
578 length = end - start;