1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 16:40:24 +02:00

zsh-3.1.5-pws-8

This commit is contained in:
Tanaka Akira 1999-04-15 18:15:04 +00:00
parent 850fb2e7f9
commit ba4f5e80ec
98 changed files with 1624 additions and 149 deletions

View file

@ -211,6 +211,7 @@ struct cmatch {
int brpl; /* the place where to put the brace prefix */
int brsl; /* ...and the suffix */
char *rems; /* when to remove the suffix */
char *remf; /* shell function to call for suffix-removal */
};
#define CMF_FILE 1 /* this is a file */
@ -228,6 +229,7 @@ struct cmlist {
};
struct cmatcher {
int refc; /* reference counter */
Cmatcher next; /* next matcher */
int flags; /* see CMF_* below */
Cpattern line; /* what matches on the line */
@ -280,5 +282,4 @@ struct cline {
#define CAF_MENU 2
#define CAF_NOSORT 4
#define CAF_ALT 8
#define CAF_FIGNORE 16
#define CAF_MATCH 32
#define CAF_MATCH 16