Home
last modified time | relevance | path

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

1234

/original-bsd/local/toolchest/ksh/sh/
H A DMakefile35 edit.h \
36 edit.c \
45 edit.o \
91 edit.o: edit.c
92 edit.o: edit.h
93 edit.o: history.h
94 $(CC_CMD) edit.c
96 editlib.o: edit.h
100 emacs.o: edit.h
107 vi.o: edit.h
H A Dmakefile16 EDIT = edit.o
215 defs.o: edit.h
227 edit.o: defs.h
228 edit.o: edit.c
229 edit.o: edit.h
230 edit.o: flags.h
232 edit.o: io.h
233 edit.o: mode.h
234 edit.o: name.h
237 edit.o: sym.h
[all …]
H A Ddefs.c41 struct edit editb;
44 struct edit editb;
H A Dedit.h49 struct edit struct
129 extern struct edit editb;
/original-bsd/usr.bin/more/
H A Dmain.c53 edit(filename) in edit() function
180 (void)edit(av[curr_ac += n]);
192 (void)edit(av[curr_ac -= n]);
260 (void)edit("-");
264 (void)edit((char *)NULL);
284 if (!tagfile || !edit(tagfile) || tagsearch())
288 (void)edit("-"); /* Standard input */
296 (void)edit((char *)NULL);
/original-bsd/usr.bin/ex/USD.doc/edit/
H A DMakefile3 DIR= usd/11.edit
16 ${TROFF} ${MACROS} -n22 edit.vindex
/original-bsd/local/toolchest/ksh/
H A DMakefile35 ESH = 1 /* set for emacs/gmacs edit mode */
36 VSH = 1 /* set for vi edit mode */
50 EDIT = edit.c /* name of file needed if ESH|VSH selected */
104 ctype.c defs.h sh/defs.c $(EDIT) edit.h $(EMACS) echo.c \
114 args.o edit.o vi.o: (RAWONLY)
125 emacs.o edit.o history.o macro.o msg.o string.o vi.o assign.o gmatch.o: (MULTIBYTE)
154 sh/$(EDITLIB):: nokshell (BSD) edit.c edit.h editlib.c $(EMACS) \
160 ConditionalFiles:: syscall.s apollo.c edit.c jobs.c vi.c emacs.c \
/original-bsd/usr.bin/mail/
H A Dedit.c123 char *edit; local
161 if ((edit = value(type == 'e' ? "EDITOR" : "VISUAL")) == NOSTR)
162 edit = type == 'e' ? _PATH_EX : _PATH_VI;
163 if (run_command(edit, 0, -1, -1, tempEdit, NOSTR, NOSTR) < 0) {
H A Dmakefile.cor11 OBJS=aux.o cmd1.o cmd2.o cmd3.o cmdtab.o collect.o edit.o fio.o \
15 SRCS=aux.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c edit.c fio.c \
H A DMakefile.1152 OBJS=aux.o cmd1.o cmd2.o cmd3.o cmdtab.o collect.o config.o edit.o fio.o \
57 SRCS=aux.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c config.c edit.c fio.c \
87 -Z edit.o head.o lex.o list.o lock.o main.o quit.o tty.o \
H A Dglob.h20 int edit; /* Indicates editing a file */ variable
H A Dmakefile.cc14 OBJS=aux.o cmd1.o cmd2.o cmd3.o cmdtab.o collect.o edit.o fio.o \
19 SRCS=aux.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c edit.c fio.c \
/original-bsd/usr.bin/ex/
H A DMakefile25 MLINKS= ex.1 edit.1 vi.1 view.1
27 ${BINDIR}/ex ${BINDIR}/edit
/original-bsd/usr.sbin/amd/config/
H A DConfigure32 If those are incorrect please edit ./arch and ./os-type
/original-bsd/old/dbx/tests/cc/out/out.vax/
H A Daliases.out12 e edit
/original-bsd/old/dbx/tests/cc/out/out.tahoe/
H A Daliases.out11 e edit
/original-bsd/usr.bin/pascal/src/
H A Dnewversion.csh21 sccs edit $makefile
/original-bsd/old/configttys/
H A Dconfigttys.c200 edit();
242 edit();
285 edit();
385 edit() in edit() function
/original-bsd/usr.bin/ex/OTHER/
H A Dmakefile.370138 -rm -f ${DESTDIR}${BINDIR}/edit
141 ln ${DESTDIR}${BINDIR}/ex ${DESTDIR}${BINDIR}/edit
155 -rm -f ${DESTDIR}${BINDIR}/edit
160 ln ${DESTDIR}${BINDIR}/ex ${DESTDIR}${BINDIR}/edit
H A Dmakefile.u3130 -rm -f ${DESTDIR}${BINDIR}/edit
133 ln ${DESTDIR}${BINDIR}/ex ${DESTDIR}${BINDIR}/edit
147 -rm -f ${DESTDIR}${BINDIR}/edit
152 ln ${DESTDIR}${BINDIR}/ex ${DESTDIR}${BINDIR}/edit
H A Dmakefile.70152 -rm -f ${DESTDIR}${BINDIR}/edit
157 ln ${DESTDIR}${BINDIR}/ex ${DESTDIR}${BINDIR}/edit
173 -rm -f ${DESTDIR}${BINDIR}/edit
178 ln ${DESTDIR}${BINDIR}/ex ${DESTDIR}${BINDIR}/edit
H A Dmakefile.c70145 -rm -f ${DESTDIR}${BINDIR}/edit
150 ln ${DESTDIR}${BINDIR}/ex ${DESTDIR}${BINDIR}/edit
166 -rm -f ${DESTDIR}${BINDIR}/edit
171 ln ${DESTDIR}${BINDIR}/ex ${DESTDIR}${BINDIR}/edit
/original-bsd/usr.bin/chpass/
H A DMakefile4 SRCS= chpass.c edit.c field.c pw_copy.c pw_scan.c pw_util.c table.c util.c
H A Dchpass.h30 void edit __P((struct passwd *));
/original-bsd/contrib/sc/
H A Dtutorial.sc2 # You almost certainly shouldn't edit it.
71 leftstring A57 = "You can also edit cells by putting the cursor on the cell and typing:"
72 leftstring B58 = "'e' to edit the numeric portion."
73 leftstring B59 = "'E' to edit the string portion."

1234