Searched defs:edit (Results 1 - 10 of 10) sorted by relevance

/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
/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/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/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/cmd/mailx/
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 Dinit.c75 int edit; /* Indicates editing a file */ variable
/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/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/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/man/man1/
H A DMakefile436 edit.1 \
716 edit.1 := LINKSRC = ../../../has/man/man1has/edit.1has

Completed in 84 milliseconds