Searched refs:edit (Results 1 - 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/man/man1has/
H A DMakefile21 MANFILES= edit.1has \
/illumos-gate/usr/src/lib/libshell/
H A DMakefile.com62 edit/completion.o \
63 edit/edit.o \
64 edit/emacs.o \
65 edit/hexpand.o \
66 edit/history.o \
67 edit/vi.o \
105 edit \
/illumos-gate/usr/src/tools/cscope-fast/
H A Dedit.c45 /* edit this displayed reference */
62 edit(file, linenum); /* edit it */
67 /* edit all references */
85 edit(file, linenum); /* edit it */
103 edit(char *file, char *linenum) function
H A DMakefile31 find.o edit.o exec.o help.o history.o input.o menu.o alloc.o \
H A Dglobal.h231 /* edit.c */
234 void edit(char *file, char *linenum);
H A Dcommand.c327 case ctrl('E'): /* edit all lines */
383 /* edit a selected line */
430 /* try to edit the file anyway */
431 edit(newpat, "1");
631 /* edit the new file */
660 /* edit the files */
/illumos-gate/usr/src/ucbcmd/
H A DMakefile100 edit \
147 $(ROOTBIN)/e := LINKDEST= ../bin/edit
148 $(ROOTBIN)/ex := LINKDEST= ../bin/edit
152 $(ROOTBIN)/vi := LINKDEST= ../bin/edit
153 $(ROOTBIN)/view := LINKDEST= ../bin/edit
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dhist.c31 # include "edit.h"
51 char *edit = 0; /* name of editor */ local
65 edit = opt_info.arg;
77 edit = "-";
171 range[1] = ((lflag && !edit)?hist_max(hp)-1:range[0]);
177 if(edit && *edit=='-' && range[0]!=range[1])
216 arg = edit;
/illumos-gate/usr/src/cmd/vi/port/
H A DMakefile92 ROOTLINKS= $(ROOTBIN)/edit $(ROOTHASBIN)/edit $(ROOTBIN)/vedit \
95 ROOTXPG4LINKS= $(ROOTXPG4BIN)/vi $(ROOTXPG4BIN)/view $(ROOTXPG4BIN)/edit \
97 ROOTXPG6LINKS= $(ROOTXPG6BIN)/vi $(ROOTXPG6BIN)/view $(ROOTXPG6BIN)/edit \
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h66 extern int edit; /* Indicates editing a file */
/illumos-gate/usr/src/cmd/mailx/
H A Dmain.c245 * User is specifying file to "edit" with mailx,
404 edit++;
407 if (setfile(editfile, edit) < 0)
421 if (Hflag || (!edit && msgCount == 0)) {
435 if (edit)
H A Dlex.c165 if (edit)
192 edit = isedit;
203 if (!edit && issysmbox)
209 if (!edit && issysmbox)
340 if (!edit && issysmbox)
346 if (!edit && issysmbox)
351 if (edit || !issysmbox)
358 if (!edit && issysmbox)
717 if (edit) {
977 if (edit) {
[all...]
H A Dinit.c75 int edit; /* Indicates editing a file */ variable
H A Dcollect.c831 * On return, make the edit file the new temp file.
845 register char *edit; local
871 if ((edit = value(c == 'e' ? "EDITOR" : "VISUAL")) == NOSTR ||
872 *edit == '\0')
873 edit = c == 'e' ? EDITOR : VISUAL;
874 edit = safeexpand(edit);
877 * Fork/execlp the editor on the edit file
891 execlp(edit, edit, tempEdi
[all...]
H A DMakefile32 cmd4.o cmdtab.o collect.o config.o edit.o \
H A Dfio.c97 if (edit)
213 if (edit)
H A Dcmd3.c467 if (edit) {
468 printf(gettext("Cannot \"preserve\" in edit mode\n"));
528 if (!edit)
751 * Print out the current edit file, if we are editing.
809 * Assume we will be in "edit file" mode, until
/illumos-gate/usr/src/tools/ndrgen/
H A Dndrgen.sh118 * Please do not edit this file.
/illumos-gate/usr/src/lib/libpp/common/
H A Dppcontrol.c36 struct edit struct
38 struct edit* next;
46 struct edit* edit; member in struct:map
262 struct edit* edit; local
550 for (edit = map->edit; edit; edit
[all...]
/illumos-gate/usr/src/cmd/sdiff/
H A Dsdiff.c59 * edit call ed with file
142 static void edit(char *);
693 edit(ename);
700 edit(ename);
714 edit(ename);
725 edit(ename);
759 edit(char *file) function
/illumos-gate/usr/src/cmd/diff3/
H A Ddiff3prog.c115 static int edit(struct diff *diff, int dup, int j);
351 j = edit(d1, dup, j);
515 edit(struct diff *diff, int dup, int j) function
/illumos-gate/usr/src/man/man1/
H A DMakefile436 edit.1 \
716 edit.1 := LINKSRC = ../../../has/man/man1has/edit.1has
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dedit.h23 * edit.h - common data structure for vi and emacs edit options
63 #define MAXLINE 1024 /* longest edit line permitted */
71 typedef struct edit struct
93 int e_mode; /* edit mode */
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrortouch.c52 static boolean edit(char *name);
375 dest = edit(name) ? TOSTDOUT : TOTHEFILE;
516 edit(char *name) function
/illumos-gate/usr/src/lib/libsqlite/
H A Dmain.mk213 echo '/* Automatically generated file. Do not edit */' >opcodes.c
220 echo '/* Automatically generated file. Do not edit */' >opcodes.h

Completed in 98 milliseconds

12