Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

/Users/trevorw/projects/release/covered-0.7.4/src/keywords.h File Reference


Detailed Description

Contains functions for checking Verilog keywords.

Author:
Trevor Williams (phase1geo@gmail.com)
Date:
12/2/2001

Go to the source code of this file.

Functions

int lexer_keyword_1995_code (const char *str, int length)
 Returns the defined value of the keyword or IDENTIFIER if this is not a Verilog keyword.

int lexer_keyword_sys_1995_code (const char *str, int length)
 Returns the defined value of the system task keyword or S_user if this is not a Verilog system task keyword.

int lexer_keyword_2001_code (const char *str, int length)
 Returns the defined value of the keyword or IDENTIFIER if this is not a Verilog keyword.

int lexer_keyword_sys_2001_code (const char *str, int length)
 Returns the defined value of the system task keyword or S_user if this is not a Verilog system task keyword.

int lexer_keyword_sv_code (const char *str, int length)
 Returns the defined value of the keyword or IDENTIFIER if this is not a Verilog keyword.

int lexer_keyword_sys_sv_code (const char *str, int length)
 Returns the defined value of the system task keyword or S_user if this is not a Verilog system task keyword.


Function Documentation

int lexer_keyword_1995_code const char *  str,
int  length
 

Returns the defined value of the keyword or IDENTIFIER if this is not a Verilog keyword.

int lexer_keyword_2001_code const char *  str,
int  length
 

Returns the defined value of the keyword or IDENTIFIER if this is not a Verilog keyword.

int lexer_keyword_sv_code const char *  str,
int  length
 

Returns the defined value of the keyword or IDENTIFIER if this is not a Verilog keyword.

int lexer_keyword_sys_1995_code const char *  str,
int  length
 

Returns the defined value of the system task keyword or S_user if this is not a Verilog system task keyword.

int lexer_keyword_sys_2001_code const char *  str,
int  length
 

Returns the defined value of the system task keyword or S_user if this is not a Verilog system task keyword.

int lexer_keyword_sys_sv_code const char *  str,
int  length
 

Returns the defined value of the system task keyword or S_user if this is not a Verilog system task keyword.


Generated on Wed Jun 17 22:19:22 2009 for Covered by doxygen 1.3.4