XPRMdbg_getnextlocal
| XPRMdbg_getnextlocal | 
  Purpose
 
  
  Synopsis
 
 const char *XPRMdbg_getnextlocal(XPRMmodel model, void **ref);
 
  Arguments
 
 | 
     model 
     | 
     Reference to a model
     | 
| 
     ref 
     | 
     Pointer to an area where current location is stored
     | 
  Return value
 
 
 An identifier of the symbol table or
 NULL if all local identifiers have been returned.
 
  Further information
 
 
  This function is used in the same way as
 XPRMgetnextident except that it returns the identifiers locally defined in the current context. These symbols are not reported by
 XPRMgetnextident.
 
 
  Related topics
 
  
