Symbol: edit
sbin/disklabel/disklabel.c
250
error = edit(&lab, f);
sbin/disklabel/disklabel.c
96
int edit(struct disklabel *, int);
sbin/fdisk/cmd.c
294
if (edit(pn, mbr))
sbin/fdisk/cmd.c
40
int edit(const int, struct mbr *);
sbin/pdisk/pdisk.c
124
edit(&map);
sbin/pdisk/pdisk.c
65
void edit(struct partition_map **);
sbin/scsi/scsi.c
695
mode_edit(int fd, int page, int edit, int argc, char *argv[])
sbin/scsi/scsi.c
721
mode_db, page, (edit ? "edit" : "display"));
sbin/scsi/scsi.c
724
if (edit) {
usr.bin/chpass/chpass.c
148
edit_status = edit(tempname, pw);
usr.bin/chpass/chpass.h
61
int edit(char *, struct passwd *);
usr.bin/cvs/diff3.c
134
static int edit(struct diff *, int, int);
usr.bin/cvs/diff3.c
620
j = edit(d1, dpl, j);
usr.bin/diff3/diff3prog.c
126
int edit(struct diff *, int, int);
usr.bin/diff3/diff3prog.c
372
j = edit(d1, dup, j);
usr.bin/less/command.c
1385
(void) edit(helpfile());
usr.bin/less/command.c
1469
if (edit(tagfile) == 0) {
usr.bin/less/command.c
1484
if (edit(tagfile) == 0) {
usr.bin/less/edit.c
374
if (edit(gfilename) == 0 && good_filename == NULL)
usr.bin/less/edit.c
394
return (edit(good_filename));
usr.bin/less/edit.c
576
return (edit("-"));
usr.bin/less/funcs.h
102
int edit(char *);
usr.bin/less/main.c
379
edit(NULL);
usr.bin/less/tags.c
309
return (edit(curtag->tag_file));
usr.bin/mail/cmd3.c
297
if (edit) {
usr.bin/mail/edit.c
153
char *edit, tempname[PATHSIZE];
usr.bin/mail/edit.c
194
edit = value("EDITOR");
usr.bin/mail/edit.c
195
if (edit == NULL || edit[0] == '\0')
usr.bin/mail/edit.c
196
edit = _PATH_EX;
usr.bin/mail/edit.c
198
edit = value("VISUAL");
usr.bin/mail/edit.c
199
if (edit == NULL || edit[0] == '\0')
usr.bin/mail/edit.c
200
edit = _PATH_VI;
usr.bin/mail/edit.c
202
if (editit(edit, tempname) == -1) {
usr.bin/mail/glob.h
44
extern int edit; /* Indicates editing a file */
usr.bin/mail/lex.c
120
edit = isedit;
usr.bin/mail/lex.c
144
if (!edit && msgCount == 0) {
usr.bin/mail/main.c
42
int edit; /* Indicates editing a file */
usr.bin/mail/quit.c
84
if (edit)
usr.bin/rcs/diff3.c
133
static int edit(struct diff *, int, int);
usr.bin/rcs/diff3.c
715
j = edit(d1, dpl, j);
usr.bin/sendbug/sendbug.c
158
edit:
usr.bin/sendbug/sendbug.c
176
goto edit;