Lines Matching +defs:c +defs:constant +defs:kwds
127 #define S_CHAR(c) (c >= ' ' && c <= '~' && c != '\\' && c != '"') argument
128 #define IS_WHITESPACE(c) (((c) == ' ') || ((c) == '\t') || ((c) == '\n') || ((c) == '\r')) argument
155 ascii_escape_char(Py_UNICODE c, char *output, Py_ssize_t chars) in ascii_escape_char()
232 Py_UNICODE c = input_unicode[i]; in ascii_escape_unicode() local
282 Py_UNICODE c = (Py_UNICODE)(unsigned char)input_str[i]; in ascii_escape_str() local
332 Py_UNICODE c = (Py_UNICODE)(unsigned char)input_str[i]; in ascii_escape_str() local
459 Py_UNICODE c = 0; in scanstring_str() local
632 Py_UNICODE c = 0; in scanstring_unicode() local
1270 _parse_constant(PyScannerObject *s, char *constant, Py_ssize_t idx, Py_ssize_t *next_idx_ptr) { in _parse_constant()
1674 scanner_call(PyObject *self, PyObject *args, PyObject *kwds) in scanner_call()
1704 scanner_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in scanner_new()
1812 encoder_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in encoder_new()
1864 encoder_call(PyObject *self, PyObject *args, PyObject *kwds) in encoder_call()