Lines Matching refs:style
89 QuoteStyle style;107 int quoting; /* style of quoting to write */332 if ((int)qs->style == quoting)1722 const StyleDesc *style;1760 for (style = quote_styles; style->name; style++) {1761 if (PyModule_AddIntConstant(module, style->name,1762 style->style) == -1)