Blame |
Last modification |
View Log
| Download
| RSS feed
/* $Header: c:\\cygwin\\cvsroot/Vert03/vertlib/chck_names.h,v 1.1.1.1 2003/11/04 23:34:57
* mjames Exp $
*
* $Log $
*
*/
extern int need_validate_names; /* flag used to control name validation */
/* validate all net names in design */
extern void validate_names (void);
/*************************************************/
/* check to see if a wildcard is formed 'old' or */
/* 'new' regexp style */
/*************************************************/
extern int check_wildcard (char *patt);