search for: ceof

Displaying 9 results from an estimated 9 matches for "ceof".

Did you mean: ceo
1999 Mar 11
2
AFS on samba 2.0.2
...IBDIR)/afs/util.a' ;; *) echo "$ac_t""no" 1>&6 @@ -9733,10 +9729,6 @@ s%@lockdir@%$lockdir%g s%@swatdir@%$swatdir%g s%@builddir@%$builddir%g -s%@afs_base@%$afs_base%g -s%@afs_flags@%$afs_flags%g -s%@afs_libdir@%$afs_libdir%g -s%@afs_libs@%$afs_libs%g CEOF EOF -------------- next part -------------- PS - Effective 3/19/1999 my email address will change to: ken.weiss@ucop.edu --------------------------------------------------------------------------- Ken Weiss krweiss@ucdavis.edu Distributed Computin...
2019 Jan 25
0
[klibc:update-dash] parser: Fix backquote support in here-document EOF mark
...x cd980941..ae76400e 100644 --- a/usr/dash/parser.c +++ b/usr/dash/parser.c @@ -1037,6 +1037,11 @@ toggledq: } break; case CBQUOTE: /* '`' */ + if (checkkwd & CHKEOFMARK) { + USTPUTC('`', out); + break; + } + PARSEBACKQOLD(); break; case CEOF:
2020 Mar 28
0
[klibc:update-dash] dash: parser: Fix backquote support in here-document EOF mark
...x cd980941..ae76400e 100644 --- a/usr/dash/parser.c +++ b/usr/dash/parser.c @@ -1037,6 +1037,11 @@ toggledq: } break; case CBQUOTE: /* '`' */ + if (checkkwd & CHKEOFMARK) { + USTPUTC('`', out); + break; + } + PARSEBACKQOLD(); break; case CEOF:
2019 Jan 25
0
[klibc:update-dash] eval: Reap zombies after built-in commands and functions
...status = exitstatus; break; } + status = waitforjob(jp); + out: if (cmd->ncmd.redirect) popredir(execcmd); diff --git a/usr/dash/jobs.c b/usr/dash/jobs.c index a2602bae..4548ae69 100644 --- a/usr/dash/jobs.c +++ b/usr/dash/jobs.c @@ -53,6 +53,7 @@ #include <termios.h> #undef CEOF /* syntax.h redefines this */ #endif +#include "eval.h" #include "redir.h" #include "show.h" #include "main.h" @@ -972,10 +973,11 @@ waitforjob(struct job *jp) { int st; - TRACE(("waitforjob(%%%d) called\n", jobno(jp))); - while (jp->s...
2020 Mar 28
0
[klibc:update-dash] dash: eval: Reap zombies after built-in commands and functions
...status = exitstatus; break; } + status = waitforjob(jp); + out: if (cmd->ncmd.redirect) popredir(execcmd); diff --git a/usr/dash/jobs.c b/usr/dash/jobs.c index 333a2a22..3ea7e122 100644 --- a/usr/dash/jobs.c +++ b/usr/dash/jobs.c @@ -53,6 +53,7 @@ #include <termios.h> #undef CEOF /* syntax.h redefines this */ #endif +#include "eval.h" #include "redir.h" #include "show.h" #include "main.h" @@ -972,10 +973,11 @@ waitforjob(struct job *jp) { int st; - TRACE(("waitforjob(%%%d) called\n", jobno(jp))); - while (jp->s...
1999 Dec 09
0
xauth location in openssh-1.2pre17
...;$xauth_path" +EOF + + trap '' 1 2 15 cat > confcache <<\EOF # This file is a shell script that caches the results of configure @@ -2426,6 +2466,7 @@ s%@GNOME_ASKPASS@%$GNOME_ASKPASS%g s%@RANDOM_POOL@%$RANDOM_POOL%g s%@LIBWRAP@%$LIBWRAP%g +s%@xauth_path@%$xauth_path%g CEOF EOF _____________________________________________________ Sent by Jahoopa Free Email! Find us on the web at http://www.jahoopa.com Join today!
2001 Nov 25
0
Errors compiling on Sun Solaris 2.7
...;, line 38: macro CTRL redefines previous macro at "/usr/ucbinclude/sys/ttychars.h", line 76 "/usr/include/sys/termios.h", line 164: macro CEOT redefines previous macro at "/usr/ucbinclude/sys/ttychars.h", line 87 "/usr/include/sys/termios.h", line 167: macro CEOF redefines previous macro at "/usr/ucbinclude/sys/ttychars.h", line 86 "/usr/include/sys/termios.h", line 168: macro CSTART redefines previous macro at "/usr/ucbinclude/sys/ttychars.h", line 84 "/usr/include/sys/termios.h", line 169: macro CSTOP redefines prev...
2020 Mar 28
0
[klibc:update-dash] dash: eval: Add vfork support
...only */ +union node; + extern const char *pathopt; /* set by padvance */ void shellexec(char **, const char *, int) diff --git a/usr/dash/jobs.c b/usr/dash/jobs.c index 9e7244e1..989907ed 100644 --- a/usr/dash/jobs.c +++ b/usr/dash/jobs.c @@ -53,6 +53,7 @@ #include <termios.h> #undef CEOF /* syntax.h redefines this */ #endif +#include "exec.h" #include "eval.h" #include "redir.h" #include "show.h" @@ -97,6 +98,9 @@ static int ttyfd = -1; /* current job */ static struct job *curjob; +/* Set if we are in the vforked child */ +int vfork...
2003 Dec 01
0
No subject
...;, line 38: macro CTRL redefines previous macro at "/usr/ucbinclude/sys/ttychars.h", line 76 "/usr/include/sys/termios.h", line 164: macro CEOT redefines previous macro at "/usr/ucbinclude/sys/ttychars.h", line 87 "/usr/include/sys/termios.h", line 167: macro CEOF redefines previous macro at "/usr/ucbinclude/sys/ttychars.h", line 86 "/usr/include/sys/termios.h", line 168: macro CSTART redefines previous macro at "/usr/ucbinclude/sys/ttychars.h", line 84 "/usr/include/sys/termios.h", line 169: macro CSTOP redefines prev...