Home
last modified time | relevance | path

Searched refs:have_functions (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/scons/
Dgallium.py164 have_functions = True
168 have_functions = False
171 return have_functions
/external/python/cpython3/Modules/
Dposixmodule.c13308 static const char * const have_functions[] = { variable
13609 for (trace = have_functions; *trace; trace++) { in INITFUNC()