Home | History | Annotate | Download | only in dist

Lines Matching defs:edit

1 /*	$NetBSD: edit.c,v 1.5 2023/10/06 05:49:49 simonb Exp $	*/
362 * the same position if we edit this file again.
392 * Edit a new file (given its name).
396 public int edit(char *filename)
432 * Edit a new file (given its IFILE).
682 * Edit a space-separated list of files.
684 * Then edit the first one.
716 if (edit(qfilename) == 0 && good_filename == NULL)
723 * Edit the first valid filename in the list.
733 * Trying to edit the current file; don't reopen it.
739 return (edit(good_filename));
743 * Edit the first file in the command line (ifile) list.
754 * Edit the last file in the command line (ifile) list.
764 * Edit the n-th next or previous file in the command line (ifile) list.
771 * Skip n filenames, then try to edit each filename.
799 * Found a file that we can edit.
825 * Edit a specific file in the command line (ifile) list.
902 * Edit standard input.
911 return (edit("-"));