From e26430d06609e41dde861d3f0deee5a60d3fe722 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 28 Dec 1999 12:19:07 +0000 Subject: zsh-workers/9162 --- Src/Modules/zutil.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Src/Modules') diff --git a/Src/Modules/zutil.c b/Src/Modules/zutil.c index 742baf7fb..1c0393578 100644 --- a/Src/Modules/zutil.c +++ b/Src/Modules/zutil.c @@ -721,7 +721,7 @@ bin_zformat(char *nam, char **args, char *ops, int func) return 1; } -/* Regexparse stuff. */ +/* Zregexparse stuff. */ typedef struct { int cutoff; @@ -1105,7 +1105,7 @@ rmatch(RParseResult *sm, char *subj, char *var1, char *var2, int comp) } /* - usage: regexparse string regex... + usage: zregexparse string regex... status: 0: matched 1: unmatched (all next state candidates are failed) @@ -1114,7 +1114,7 @@ rmatch(RParseResult *sm, char *subj, char *var1, char *var2, int comp) */ static int -bin_regexparse(char *nam, char **args, char *ops, int func) +bin_zregexparse(char *nam, char **args, char *ops, int func) { int oldextendedglob = opts[EXTENDEDGLOB]; char *var1 = args[0]; @@ -1152,7 +1152,7 @@ bin_regexparse(char *nam, char **args, char *ops, int func) static struct builtin bintab[] = { BUILTIN("zstyle", 0, bin_zstyle, 0, -1, 0, NULL, NULL), BUILTIN("zformat", 0, bin_zformat, 3, -1, 0, NULL, NULL), - BUILTIN("regexparse", 0, bin_regexparse, 3, -1, 0, "c", NULL), + BUILTIN("zregexparse", 0, bin_zregexparse, 3, -1, 0, "c", NULL), }; -- cgit 1.4.1