/titanic_51/usr/src/cmd/ast/libshell/ |
H A D | Makefile.defs | 30 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 \
|
/titanic_51/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_51/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_51/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_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | hist.c | 31 # include "edit.h" 51 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()
|
/titanic_51/usr/src/tools/cscope-fast/ |
H A D | edit.c | 45 /* edit this displayed reference */ 62 edit(file, linenum); /* edit it */ in editref() 67 /* edit all references */ 85 edit(file, linenum); /* edit it */ in editall() 103 edit(char *file, char *linenum) in edit() function
|
/titanic_51/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_51/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() [all...] |
H A D | main.c | 245 * User is specifying file to "edit" with mailx, in main() 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 | 831 * On return, make the edit file the new temp file. 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() 877 * Fork/execlp the editor on the edit file in mesedit() 891 execlp(edit, edit, tempEdi in mesedit() [all...] |
/titanic_51/usr/src/lib/libpp/common/ |
H A D | ppcontrol.c | 36 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() 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_51/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppcontrol.c | 36 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 in ppcontrol() [all...] |
/titanic_51/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
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | Mamfile | 380 make include/edit.h implicit 400 done include/edit.h dontcare 485 prev include/edit.h implicit 698 prev include/edit.h implicit 719 make edit/completion.c 721 prev include/edit.h implicit 727 done edit/completion.c 728 meta completion.o %.c>%.o edit/completion.c completion 729 prev edit/completion.c 730 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Iinclude -I${PACKAGE_ast_INCLUDE} -DSHOPT_MULTIBYTE -DSHOPT_ESH -D_API_ast=20100309 -D_PACKAGE_ast -DSHOPT_HISTEXPAND -DSHOPT_EDPREDICT -DKSHELL -DSHOPT_VSH -DSHOPT_PFSH -D_BLD_shell -DSHOPT_SUID_EXEC -DSHOPT_BRACEPAT -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -c edit/completio [all...] |
H A D | DESIGN | 17 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
|
/titanic_51/usr/src/cmd/mailx/misc/ |
H A D | mailx.help | 13 edit [msglist] edit messages 45 visual [msglist] edit list with $VISUAL editor
|
/titanic_51/usr/src/cmd/sdiff/ |
H A D | sdiff.c | 59 * edit call ed with file 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_51/usr/src/man/man1has/ |
H A D | Makefile | 21 MANFILES= edit.1has \
|
/titanic_51/usr/src/man/man1/ |
H A D | Makefile | 437 edit.1 \ 714 edit.1 := LINKSRC = ../../../has/man/man1has/edit.1has
|
/titanic_51/usr/src/tools/ndrgen/ |
H A D | ndrgen.sh | 118 * Please do not edit this file.
|
/titanic_51/usr/src/cmd/mailx/hdr/ |
H A D | glob.h | 66 extern int edit; /* Indicates editing a file */
|