Subversion Repositories Vertical

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
11 mjames 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 2
 *
3
 * $Log $
4
 *
5
 */
6
 
7
extern int need_validate_names; /* flag used to control name validation */
8
 
11 mjames 9
 
2 mjames 10
/* validate all net names in design */
11 mjames 11
extern void validate_names(void);
2 mjames 12
 
13
/*************************************************/
14
/* check to see if a wildcard is formed 'old' or */
15
/* 'new' regexp style                            */
16
/*************************************************/
11 mjames 17
extern int  check_wildcard(char *patt);