Lines Matching defs:copy
676 { "copy", (PyCFunction)signaldict_copy, METH_NOARGS, NULL},
1431 PyObject *copy;
1433 copy = PyObject_CallObject((PyObject *)&PyDecContext_Type, NULL);
1434 if (copy == NULL) {
1438 *CTX(copy) = *CTX(self);
1439 CTX(copy)->newtrap = 0;
1440 CtxCaps(copy) = CtxCaps(self);
1442 return copy;
1624 /* If the new context is one of the templates, make a copy.
1704 /* If the new context is one of the templates, make a copy.
3174 /* Return a duplicate of src, copy embedded null characters. */
3224 /* copy of libmpdec _mpd_round() */
5675 { "copy", (PyCFunction)context_copy, METH_NOARGS, doc_ctx_copy },