Subversion Repositories Vertical

Rev

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

  1. /* $Header: c:\\cygwin\\cvsroot/Vert03/vertlib/chck_names.h,v 1.1.1.1 2003/11/04 23:34:57 mjames Exp $
  2.  *
  3.  * $Log $
  4.  *
  5.  */
  6.  
  7. extern int need_validate_names; /* flag used to control name validation */
  8.  
  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);
  18.