home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / OS2_LEX.ZIP / LEXTERN.H < prev    next >
C/C++ Source or Header  |  1989-10-07  |  777b  |  27 lines

  1. void main(int, char **);
  2. void error(char *, ...);
  3. void heading(void);
  4. int yyparse(void);
  5. void dfabuild(void);
  6. void dfamin(void);
  7. void dfaprint(void);
  8. void dfawrite(void);
  9. void ending(void);
  10. void setline(void);
  11. void pset(struct set *, int);
  12. int chprint(int);
  13. struct nfa *newnfa(int, struct nfa *, struct nfa *);
  14. struct dfa *newdfa(void);
  15. char *newccl(char *);
  16. struct trans *newtrans(struct nfa *, struct nfa *);
  17. struct set *newset(struct nfa **, int, int);
  18. char *lalloc(int, int, char *);
  19. void nfaprint(struct nfa *, struct nfa *);
  20. void llactr(void);
  21. void newcase(int);
  22. struct move *stbase(struct xset *);
  23. void setbase(struct dfa *, struct move *, struct xset *);
  24. struct set *eclosure(struct set *t);
  25. struct dfa *defalt(struct dfa *, struct xset **);
  26.  
  27.