about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2000-04-14 11:49:31 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2000-04-14 11:49:31 +0000
commit2295c59fcb4f1e31ef05555318bf3b3b4a2df8f9 (patch)
tree564d732962ee8faa96689a21f6c85d5856239986 /Src/zsh.h
parent3f114b3237c9d46f27cb13bec1e2d7a84e5bfead (diff)
downloadzsh-2295c59fcb4f1e31ef05555318bf3b3b4a2df8f9.tar.gz
zsh-2295c59fcb4f1e31ef05555318bf3b3b4a2df8f9.tar.xz
zsh-2295c59fcb4f1e31ef05555318bf3b3b4a2df8f9.zip
10756: fix (#s) and (#e) for parameter substitution forms
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index 306cc82e5..5c7dc27ad 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -1024,6 +1024,8 @@ struct patprog {
 #define PAT_STATIC	0x0040	/* Don't copy pattern to heap as per default */
 #define PAT_SCAN	0x0080	/* Scanning, so don't try must-match test */
 #define PAT_ZDUP        0x0100  /* Copy pattern in real memory */
+#define PAT_NOTSTART	0x0200	/* Start of string is not real start */
+#define PAT_NOTEND	0x0400	/* End of string is not real end */
 
 /* Globbing flags: lower 8 bits gives approx count */
 #define GF_LCMATCHUC	0x0100