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