Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2 | Rev 11 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | /* $Header: c:\\cygwin\\cvsroot/Vert03/vertlib/chck_names.h,v 1.1.1.1 2003/11/04 23:34:57 |
1 | /* $Header: c:\\cygwin\\cvsroot/Vert03/vertlib/chck_names.h,v 1.1.1.1 2003/11/04 23:34:57 mjames Exp $ |
| 2 | * mjames Exp $ |
- | |
| 3 | * |
2 | * |
| 4 | * $Log $ |
3 | * $Log $ |
| 5 | * |
4 | * |
| 6 | */ |
5 | */ |
| 7 | 6 | ||
| 8 | extern int need_validate_names; /* flag used to control name validation */ |
7 | extern int need_validate_names; /* flag used to control name validation */ |
| 9 | 8 | ||
| - | 9 | ||
| 10 | /* validate all net names in design */ |
10 | /* validate all net names in design */ |
| 11 | extern void validate_names (void); |
11 | extern void validate_names(void); |
| 12 | 12 | ||
| 13 | /*************************************************/ |
13 | /*************************************************/ |
| 14 | /* check to see if a wildcard is formed 'old' or */ |
14 | /* check to see if a wildcard is formed 'old' or */ |
| 15 | /* 'new' regexp style */ |
15 | /* 'new' regexp style */ |
| 16 | /*************************************************/ |
16 | /*************************************************/ |
| 17 | extern int check_wildcard (char *patt); |
17 | extern int check_wildcard(char *patt); |