Searched refs:upattern (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/tre/dist/python/
H A Dtre-python.c485 PyUnicodeObject *upattern = NULL; local
493 if (!PyArg_ParseTuple(args, "U|i:compile", &upattern, &cflags))
506 if (upattern != NULL)
508 Py_ssize_t len = PyUnicode_GetSize(upattern);
515 PyUnicode_AsWideChar(upattern, buf, len);

Completed in 116 milliseconds