summaryrefslogtreecommitdiffstats
path: root/bin/sh/expand.h
diff options
context:
space:
mode:
authortegge <tegge@FreeBSD.org>1998-09-13 19:24:57 +0000
committertegge <tegge@FreeBSD.org>1998-09-13 19:24:57 +0000
commitc82e121ce74c6eb8a8320558d50687405f5c3b06 (patch)
tree8dc9a8aa332a6ba94153af431e81d754f41f4a2e /bin/sh/expand.h
parentda907f2515cfc4bb9e3baebdeead74eded772425 (diff)
downloadFreeBSD-src-c82e121ce74c6eb8a8320558d50687405f5c3b06.zip
FreeBSD-src-c82e121ce74c6eb8a8320558d50687405f5c3b06.tar.gz
Be more consistent with handling of quote mark control character.
Don't output double-quotes inside variable expansion/arithmetic expansion region in here-documents. When leaving the arithmetic expansion syntax mode, adjust the dblquote flag according to previous syntax, in order to avoid splitting of quoted variables.
Diffstat (limited to 'bin/sh/expand.h')
-rw-r--r--bin/sh/expand.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/sh/expand.h b/bin/sh/expand.h
index 5212518..18c1663 100644
--- a/bin/sh/expand.h
+++ b/bin/sh/expand.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)expand.h 8.2 (Berkeley) 5/4/95
- * $Id: expand.h,v 1.5 1997/02/22 13:58:26 peter Exp $
+ * $Id: expand.h,v 1.6 1998/09/06 21:13:09 tegge Exp $
*/
struct strlist {
@@ -64,6 +64,4 @@ void expandarg __P((union node *, struct arglist *, int));
void expari __P((int));
int patmatch __P((char *, char *));
void rmescapes __P((char *));
-void rmquotes0 __P((char *));
-int rmquotes __P((char *, int));
int casematch __P((union node *, char *));
OpenPOWER on IntegriCloud