Home
last modified time | relevance | path

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

/dports/devel/newt/newt-0.52.21/
H A Dsnack.c151 static PyObject * gridPlace(snackGrid * s, PyObject * args);
155 { "place", (PyCFunction) gridPlace, METH_VARARGS, NULL },
953 static PyObject * gridPlace(snackGrid * grid, PyObject * args) { in gridPlace() function