Home
last modified time | relevance | path

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

/dports/www/xist/ll-xist-5.34/src/ll/
H A D_misc.c15 static PyObject *xmlescape_str(PyObject *str, int doquot, int doapos) in xmlescape_str() argument
37 else if ((ch == (Py_UCS4)'"') && doquot) in xmlescape_str()
92 else if ((ch == (Py_UCS4)'"') && doquot) in xmlescape_str()
142 static PyObject *xmlescape_bytes(PyObject *str, int doquot, int doapos) in xmlescape_bytes() argument
162 else if ((ch == '"') && doquot) in xmlescape_bytes()
217 else if ((ch == '"') && doquot) in xmlescape_bytes()
266 static PyObject *_xmlescape(PyObject *arg, int doquot, int doapos) in _xmlescape() argument
270 return xmlescape_str(arg, doquot, doapos); in _xmlescape()
274 return xmlescape_bytes(arg, doquot, doapos); in _xmlescape()
/dports/math/gap/gap-4.11.0/pkg/grape-4.8.3/nauty22/
H A Ddreadnaut.c221 boolean gvalid,ovalid,cvalid,pvalid,minus,prompt,doquot; in main() local
1027 doquot = TRUE; in main()
1031 doquot = FALSE; in main()
1038 if (doquot) in main()
H A Ddreadtest.c408 boolean gvalid,ovalid,cvalid,pvalid,minus,prompt,doquot; in main() local
1254 doquot = TRUE; in main()
1258 doquot = FALSE; in main()
1277 if (doquot) in main()
/dports/math/nauty/nauty27r3/
H A Ddreadnaut.c381 boolean gvalid,ovalid,cvalid,pvalid,minus,prompt,doquot; in main() local
2369 doquot = TRUE; in main()
2373 doquot = FALSE; in main()
2380 if (doquot) in main()
/dports/math/py-pynauty/pynauty-1.0.2/src/nauty27r1/
H A Ddreadnaut.c381 boolean gvalid,ovalid,cvalid,pvalid,minus,prompt,doquot; in main() local
2369 doquot = TRUE; in main()
2373 doquot = FALSE; in main()
2380 if (doquot) in main()