Searched refs:m_functions_customer (Results 1 – 1 of 1) sorted by relevance
152 private Class m_functions_customer[] = new Class[NUM_ALLOWABLE_ADDINS]; field in FunctionTable313 else return m_functions_customer[funcID - NUM_BUILT_IN_FUNCS].getName(); in getFunctionName()335 return (Function) m_functions_customer[ in getFunction()377 m_functions_customer[funcIndex - NUM_BUILT_IN_FUNCS] = func; in installFunction()383 m_functions_customer[funcIndex-NUM_BUILT_IN_FUNCS] = func; in installFunction()