2.4.3.22. ex_IsBFun()

[<<<] [>>>]

This function checks if the current lexeme is a built-in function and returns pointer to the function in the table BuiltInFunctions or returns NULL if the symbol is not a built-in function.

pBFun ex_IsBFun(peXobject pEx
  ){

[<<<] [>>>]