Home
last modified time | relevance | path

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

/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dpython.c1650 PyObject *multipleo = NULL; // expected to be boolean in PyFF_askChoices() local
1661 &title, &quest, &answero, &defo, &multipleo) ) { in PyFF_askChoices()
1666 multiple = multipleo != NULL && PyObject_IsTrue(multipleo); in PyFF_askChoices()