Exemplo n.º 1
0
static bool
IsVerilogKeyword (LPCTSTR pszChars, int nLength)
{
  return ISXKEYWORD (s_apszVerilogKeywordList, pszChars, nLength);
}
Exemplo n.º 2
0
static bool
IsVerilogFunction (LPCTSTR pszChars, int nLength)
{
  return ISXKEYWORD (s_apszVerilogFunctionList, pszChars, nLength);
}
Exemplo n.º 3
0
static bool
IsUser1Keyword (LPCTSTR pszChars, int nLength)
{
  return ISXKEYWORD (s_apszUser1KeywordList, pszChars, nLength);
}