/dports/devel/sunpromake/schily-2021-09-18/sh/ |
H A D | msg.c | 261 const char fcedit[] = "/bin/ed"; variable
|
H A D | main.c | 424 dfault(&fcenod, (unsigned char *)fcedit);
|
H A D | defs.h | 1094 extern const char fcedit[];
|
/dports/devel/schilybase/schily-2021-09-18/sh/ |
H A D | msg.c | 261 const char fcedit[] = "/bin/ed"; variable
|
H A D | main.c | 424 dfault(&fcenod, (unsigned char *)fcedit);
|
H A D | defs.h | 1094 extern const char fcedit[];
|
/dports/devel/sccs/schily-2021-09-18/sh/ |
H A D | msg.c | 261 const char fcedit[] = "/bin/ed"; variable
|
H A D | main.c | 424 dfault(&fcenod, (unsigned char *)fcedit);
|
H A D | defs.h | 1094 extern const char fcedit[];
|
/dports/net/rscsi/schily-2021-09-18/sh/ |
H A D | msg.c | 261 const char fcedit[] = "/bin/ed"; variable
|
H A D | main.c | 424 dfault(&fcenod, (unsigned char *)fcedit);
|
H A D | defs.h | 1094 extern const char fcedit[];
|
/dports/archivers/star/schily-2021-09-18/sh/ |
H A D | msg.c | 261 const char fcedit[] = "/bin/ed"; variable
|
H A D | main.c | 424 dfault(&fcenod, (unsigned char *)fcedit);
|
H A D | defs.h | 1094 extern const char fcedit[];
|
/dports/sysutils/cdrtools/schily-2021-09-18/sh/ |
H A D | msg.c | 261 const char fcedit[] = "/bin/ed"; variable
|
H A D | main.c | 424 dfault(&fcenod, (unsigned char *)fcedit);
|
H A D | defs.h | 1094 extern const char fcedit[];
|
/dports/editors/ved/schily-2021-09-18/sh/ |
H A D | msg.c | 261 const char fcedit[] = "/bin/ed"; variable
|
H A D | main.c | 424 dfault(&fcenod, (unsigned char *)fcedit);
|
/dports/devel/smake/schily-2021-09-18/sh/ |
H A D | msg.c | 261 const char fcedit[] = "/bin/ed"; variable
|
H A D | main.c | 424 dfault(&fcenod, (unsigned char *)fcedit);
|
/dports/sysutils/schilyutils/schily-2021-09-18/sh/ |
H A D | msg.c | 261 const char fcedit[] = "/bin/ed"; variable
|
H A D | main.c | 424 dfault(&fcenod, (unsigned char *)fcedit);
|
/dports/shells/bash/bash-5.1/builtins/ |
H A D | fc.def | 191 char *ename, *command, *newcom, *fcedit; 486 fcedit = posixly_correct ? POSIX_FC_EDIT_COMMAND : FC_EDIT_COMMAND; 487 command = (char *)xmalloc (3 + strlen (fcedit) + strlen (fn)); 488 sprintf (command, "%s %s", fcedit, fn);
|