Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dfmmodule.c194 static PyObject *fontlist; variable
201 if (fontlist == NULL) in clientproc()
207 err = PyList_Append(fontlist, v); in clientproc()
211 Py_DECREF(fontlist); in clientproc()
212 fontlist = NULL; in clientproc()
220 fontlist = PyList_New(0); in fm_enumerate()
221 if (fontlist == NULL) in fm_enumerate()
224 res = fontlist; in fm_enumerate()
225 fontlist = NULL; in fm_enumerate()