/titanic_41/usr/src/lib/libshell/ |
H A D | Makefile.com | 62 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 \
|
/titanic_41/usr/src/ucbcmd/ |
H A D | Makefile | 100 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
|
/titanic_41/usr/src/lib/libshell/common/bltins/ |
H A D | hist.c | 51 char *edit = 0; /* name of editor */ in b_hist() local 65 edit = opt_info.arg; in b_hist() 77 edit = "-"; in b_hist() 171 range[1] = ((lflag && !edit)?hist_max(hp)-1:range[0]); in b_hist() 177 if(edit && *edit=='-' && range[0]!=range[1]) in b_hist() 216 arg = edit; in b_hist()
|
/titanic_41/usr/src/tools/cscope-fast/ |
H A D | edit.c | 62 edit(file, linenum); /* edit it */ in editref() 85 edit(file, linenum); /* edit it */ in editall() 103 edit(char *file, char *linenum) in edit() function
|
H A D | Makefile | 31 find.o edit.o exec.o help.o history.o input.o menu.o alloc.o \
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-xopen-xcu6.mf | 40 file path=usr/xpg6/bin/edit mode=0555 44 hardlink path=usr/xpg6/bin/ex target=../../../usr/xpg6/bin/edit 45 hardlink path=usr/xpg6/bin/vedit target=../../../usr/xpg6/bin/edit 46 hardlink path=usr/xpg6/bin/vi target=../../../usr/xpg6/bin/edit 47 hardlink path=usr/xpg6/bin/view target=../../../usr/xpg6/bin/edit
|
H A D | system-xopen-xcu4.mf | 49 file path=usr/xpg4/bin/edit mode=0555 71 hardlink path=usr/xpg4/bin/ex target=../../../usr/xpg4/bin/edit 75 hardlink path=usr/xpg4/bin/vedit target=../../../usr/xpg4/bin/edit 76 hardlink path=usr/xpg4/bin/vi target=../../../usr/xpg4/bin/edit 77 hardlink path=usr/xpg4/bin/view target=../../../usr/xpg4/bin/edit
|
H A D | compatibility-ucb.mf | 177 link path=usr/ucb/e target=../bin/edit 178 link path=usr/ucb/edit target=../bin/edit 179 link path=usr/ucb/ex target=../bin/edit 213 link path=usr/ucb/vi target=../bin/edit 214 link path=usr/ucb/view target=../bin/edit
|
/titanic_41/usr/src/cmd/mailx/ |
H A D | lex.c | 165 if (edit) in setfile() 192 edit = isedit; in setfile() 203 if (!edit && issysmbox) in setfile() 209 if (!edit && issysmbox) in setfile() 340 if (!edit && issysmbox) in commands() 346 if (!edit && issysmbox) in commands() 351 if (edit || !issysmbox) in commands() 358 if (!edit && issysmbox) in commands() 717 if (edit) { in hangup() 977 if (edit) { in inc()
|
H A D | main.c | 404 edit++; in main() 407 if (setfile(editfile, edit) < 0) in main() 421 if (Hflag || (!edit && msgCount == 0)) { in main() 435 if (edit) in main()
|
H A D | collect.c | 845 register 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 D | init.c | 75 int edit; /* Indicates editing a file */ variable
|
/titanic_41/usr/src/lib/libpp/common/ |
H A D | ppcontrol.c | 36 struct edit struct 38 struct edit* next; argument 46 struct edit* edit; argument 262 struct edit* edit; in ppcontrol() local 550 for (edit = map->edit; edit; edit = edit->next) in ppcontrol() 551 if (!(i0 = regexec(&edit->re, p, elementsof(match), match, 0))) in ppcontrol() 554 if (i0 = regsubexec(&edit->re, p, elementsof(match), match)) in ppcontrol() 555 regfatal(&edit->re, 3, i0); in ppcontrol() 556 p = edit->re.re_sub->re_buf; in ppcontrol() 557 if (edit->re.re_sub->re_flags & REG_SUB_STOP) in ppcontrol() [all …]
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | Makefile | 92 ROOTLINKS= $(ROOTBIN)/edit $(ROOTHASBIN)/edit $(ROOTBIN)/vedit \ 95 ROOTXPG4LINKS= $(ROOTXPG4BIN)/vi $(ROOTXPG4BIN)/view $(ROOTXPG4BIN)/edit \ 97 ROOTXPG6LINKS= $(ROOTXPG6BIN)/vi $(ROOTXPG6BIN)/view $(ROOTXPG6BIN)/edit \
|
H A D | port.mk.370 | 33 # chdir command.) CRYPT includes the code to edit encrypted files (the -x 155 -rm -f ${DESTDIR}${BINDIR}/edit 158 ln ${DESTDIR}${BINDIR}/ex ${DESTDIR}${BINDIR}/edit 173 -rm -f ${DESTDIR}${BINDIR}/edit 178 ln ${DESTDIR}${BINDIR}/ex ${DESTDIR}${BINDIR}/edit
|
H A D | port.mk.c70 | 33 # chdir command.) CRYPT includes the code to edit encrypted files (the -x 162 -rm -f ${DESTDIR}${BINDIR}/edit 167 ln ${DESTDIR}${BINDIR}/ex ${DESTDIR}${BINDIR}/edit 184 -rm -f ${DESTDIR}${BINDIR}/edit 189 ln ${DESTDIR}${BINDIR}/ex ${DESTDIR}${BINDIR}/edit
|
H A D | port.mk.70 | 159 -rm -f ${DESTDIR}${BINDIR}/edit 164 ln ${DESTDIR}${BINDIR}/ex ${DESTDIR}${BINDIR}/edit 181 -rm -f ${DESTDIR}${BINDIR}/edit 186 ln ${DESTDIR}${BINDIR}/ex ${DESTDIR}${BINDIR}/edit
|
/titanic_41/usr/src/cmd/mailx/misc/ |
H A D | mailx.help | 13 edit [msglist] edit messages 45 visual [msglist] edit list with $VISUAL editor
|
/titanic_41/usr/src/cmd/sdiff/ |
H A D | sdiff.c | 142 static void edit(char *); 693 edit(ename); in cmdin() 700 edit(ename); in cmdin() 714 edit(ename); in cmdin() 725 edit(ename); in cmdin() 759 edit(char *file) in edit() function
|
/titanic_41/usr/src/man/man1has/ |
H A D | Makefile | 21 MANFILES= edit.1has \
|
/titanic_41/usr/src/man/man1/ |
H A D | Makefile | 443 edit.1 \ 719 edit.1 := LINKSRC = ../../../has/man/man1has/edit.1has
|
/titanic_41/usr/src/tools/ndrgen/ |
H A D | ndrgen.sh | 118 * Please do not edit this file.
|
/titanic_41/usr/src/cmd/mailx/hdr/ |
H A D | glob.h | 66 extern int edit; /* Indicates editing a file */
|
/titanic_41/usr/src/cmd/diff3/ |
H A D | diff3prog.c | 115 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
|
/titanic_41/usr/src/pkg/transforms/ |
H A D | strip_versions | 26 <transform depend -> edit fmri '@.+' ''>
|