/[MITgcm]/mitgcm.org/devel/buildweb/pkg/swish-e/src/swregex.h
ViewVC logotype

Contents of /mitgcm.org/devel/buildweb/pkg/swish-e/src/swregex.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Fri Sep 20 19:47:29 2002 UTC (22 years, 10 months ago) by adcroft
Branch: Import, MAIN
CVS Tags: baseline, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Importing web-site building process.

1 #ifndef __HasSeenModule_regex
2 #define __HasSeenModule_regex 1
3
4 void add_regex_patterns( char *name, regex_list **reg_list, char **params, int regex_pattern );
5 void add_replace_expression( char *name, regex_list **reg_list, char *expression );
6
7 int match_regex_list( char *str, regex_list *regex );
8 char *process_regex_list( char *str, regex_list *regex, int *matched );
9
10 void free_regex_list( regex_list **reg_list );
11 void add_regular_expression( regex_list **reg_list, char *pattern, char *replace, int cflags, int global, int negate );
12
13 #endif /* __HasSeenModule_regex */

  ViewVC Help
Powered by ViewVC 1.1.22