Lines Matching full:edit
361 * the same position if we edit this file again.
391 * Edit a new file (given its name).
395 public int edit(constant char *filename)
429 * Edit a new file (given its IFILE).
674 * Edit a space-separated list of files.
676 * Then edit the first one.
708 if (edit(qfilename) == 0 && good_filename == NULL)
715 * Edit the first valid filename in the list.
725 * Trying to edit the current file; don't reopen it.
731 return (edit(good_filename));
735 * Edit the first file in the command line (ifile) list.
746 * Edit the last file in the command line (ifile) list.
756 * Edit the n-th next or previous file in the command line (ifile) list.
763 * Skip n filenames, then try to edit each filename.
791 * Found a file that we can edit.
817 * Edit a specific file in the command line (ifile) list.
894 * Edit standard input.
903 return (edit("-"));