Searched refs:funcID (Results 1 – 4 of 4) sorted by relevance
311 String getFunctionName(int funcID) { in getFunctionName() argument312 if (funcID < NUM_BUILT_IN_FUNCS) return m_functions[funcID].getName(); in getFunctionName()313 else return m_functions_customer[funcID - NUM_BUILT_IN_FUNCS].getName(); in getFunctionName()
1025 int funcID = getOp(opPos); in compileFunction() local1029 if (-1 != funcID) in compileFunction()1031 Function func = m_functionTable.getFunction(funcID); in compileFunction()1059 java.lang.String name = m_functionTable.getFunctionName(funcID); in compileFunction()
405 int funcID = compiler.getOp(opPos); in functionProximateOrContainsProximate() local409 switch(funcID) in functionProximateOrContainsProximate()
1646 def IPID_count(lst, funcID=lambda x:x[1].id, funcpres=lambda x:x[1].summary()): argument1652 idlst = [funcID(e) for e in lst]1656 lst = [(funcID(x), funcpres(x)) for x in lst]