Home
last modified time | relevance | path

Searched refs:edit (Results 1 – 25 of 100) sorted by relevance

1234

/illumos-gate/usr/src/cmd/ast/libshell/
H A DMakefile.defs30 LOBJDIRS= bltins data edit sh
63 edit/completion.o \
64 edit/edit.o \
65 edit/emacs.o \
66 edit/hexpand.o \
67 edit/history.o \
68 edit/vi.o \
/illumos-gate/usr/src/ucbcmd/
H A DMakefile95 edit \
142 $(ROOTBIN)/e := LINKDEST= ../bin/edit
143 $(ROOTBIN)/ex := LINKDEST= ../bin/edit
147 $(ROOTBIN)/vi := LINKDEST= ../bin/edit
148 $(ROOTBIN)/view := LINKDEST= ../bin/edit
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dhist.c51 char *edit = 0; /* name of editor */ in b_hist() local
65 edit = opt_info.arg; in b_hist()
77 edit = "-"; in b_hist()
172 range[1] = ((lflag && !edit)?hist_max(hp)-1:range[0]); in b_hist()
178 if(edit && *edit=='-' && range[0]!=range[1]) in b_hist()
217 arg = edit; in b_hist()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dedit.c60 edit(file, linenum); /* edit it */ in editref()
83 edit(file, linenum); /* edit it */ in editall()
101 edit(char *file, char *linenum) in edit() function
H A DMakefile32 find.o edit.o exec.o help.o history.o input.o menu.o alloc.o \
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-xopen-xcu6.p5m40 file path=usr/xpg6/bin/edit mode=0555
41 hardlink path=usr/xpg6/bin/ex target=../../../usr/xpg6/bin/edit
47 hardlink path=usr/xpg6/bin/vedit target=../../../usr/xpg6/bin/edit
48 hardlink path=usr/xpg6/bin/vi target=../../../usr/xpg6/bin/edit
49 hardlink path=usr/xpg6/bin/view target=../../../usr/xpg6/bin/edit
H A Dsystem-xopen-xcu4.p5m54 file path=usr/xpg4/bin/edit mode=0555
57 hardlink path=usr/xpg4/bin/ex target=../../../usr/xpg4/bin/edit
98 hardlink path=usr/xpg4/bin/vedit target=../../../usr/xpg4/bin/edit
99 hardlink path=usr/xpg4/bin/vi target=../../../usr/xpg4/bin/edit
100 hardlink path=usr/xpg4/bin/view target=../../../usr/xpg4/bin/edit
H A Dcompatibility-ucb.p5m98 link path=usr/ucb/e target=../bin/edit
100 link path=usr/ucb/edit target=../bin/edit
101 link path=usr/ucb/ex target=../bin/edit
157 link path=usr/ucb/vi target=../bin/edit
158 link path=usr/ucb/view target=../bin/edit
/illumos-gate/usr/src/cmd/mailx/
H A Dlex.c164 if (edit) in setfile()
191 edit = isedit; in setfile()
202 if (!edit && issysmbox) in setfile()
208 if (!edit && issysmbox) in setfile()
339 if (!edit && issysmbox) in commands()
345 if (!edit && issysmbox) in commands()
350 if (edit || !issysmbox) in commands()
357 if (!edit && issysmbox) in commands()
706 if (edit) { in hangup()
961 if (edit) { in inc()
H A Dmain.c405 edit++; in main()
408 if (setfile(editfile, edit) < 0) in main()
422 if (Hflag || (!edit && msgCount == 0)) { in main()
436 if (edit) in main()
H A Dcollect.c845 char *edit; in mesedit() local
871 if ((edit = value(c == 'e' ? "EDITOR" : "VISUAL")) == NOSTR || in mesedit()
872 *edit == '\0') in mesedit()
873 edit = c == 'e' ? EDITOR : VISUAL; in mesedit()
874 edit = safeexpand(edit); in mesedit()
891 execlp(edit, edit, tempEdit, (char *)0); in mesedit()
897 snprintf(ecmd, sizeof (ecmd), "exec %s %s", edit, tempEdit); in mesedit()
901 perror(edit); in mesedit()
H A Dinit.c73 int edit; /* Indicates editing a file */ variable
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppcontrol.c36 struct edit struct
38 struct edit* next; argument
46 struct edit* edit; member
262 struct edit* edit; in ppcontrol() local
550 for (edit = map->edit; edit; edit = edit->next) in ppcontrol()
1917 edit = 0; in ppcontrol()
1925 if (edit) in ppcontrol()
1926 edit = edit->next = newof(0, struct edit, 1, 0); in ppcontrol()
1928 edit = map->edit = newof(0, struct edit, 1, 0); in ppcontrol()
1930 s += edit->re.re_npat; in ppcontrol()
[all …]
/illumos-gate/usr/src/cmd/vi/port/
H A DMakefile94 ROOTLINKS= $(ROOTBIN)/edit $(ROOTHASBIN)/edit $(ROOTBIN)/vedit \
97 ROOTXPG4LINKS= $(ROOTXPG4BIN)/vi $(ROOTXPG4BIN)/view $(ROOTXPG4BIN)/edit \
99 ROOTXPG6LINKS= $(ROOTXPG6BIN)/vi $(ROOTXPG6BIN)/view $(ROOTXPG6BIN)/edit \
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DMamfile744 make edit.o
745 make edit/edit.c
763 done edit/edit.c
764 meta edit.o %.c>%.o edit/edit.c edit
765 prev edit/edit.c
1293 make edit/emacs.c
1301 done edit/emacs.c
1303 prev edit/emacs.c
1307 make edit/vi.c
1317 done edit/vi.c
[all …]
H A DDESIGN17 The directory edit contains the code for command line
64 4. edit.h contains definitions that are common to both
65 vi and emacs edit modes.
172 edit directory:
175 2. edit.c contains common editing and terminal code for vi and
/illumos-gate/usr/src/cmd/sdiff/
H A Dsdiff.c140 static void edit(char *);
691 edit(ename); in cmdin()
698 edit(ename); in cmdin()
712 edit(ename); in cmdin()
723 edit(ename); in cmdin()
757 edit(char *file) in edit() function
/illumos-gate/usr/src/cmd/mailx/misc/
H A Dmailx.help13 edit [msglist] edit messages
45 visual [msglist] edit list with $VISUAL editor
/illumos-gate/usr/src/man/man1has/
H A DMakefile24 edit.1has \
/illumos-gate/usr/src/tools/ndrgen/
H A Dndrgen.sh65 * Please do not edit this file.
/illumos-gate/usr/src/test/smbsrv-tests/include/
H A Ddefault.cfg16 # Sample configuration. Either edit this,
/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); in merge()
515 edit(struct diff *diff, int dup, int j) in edit() function
/illumos-gate/usr/src/man/man1/
H A DMakefile433 edit.1 \
727 edit.1 := LINKSRC = ../../../has/man/man1has/edit.1has
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h66 extern int edit; /* Indicates editing a file */
/illumos-gate/usr/src/pkg/transforms/
H A Dstrip_versions26 <transform depend -> edit fmri '@.+' ''>

1234