Lines Matching refs:start
23 [clinic start generated code]*/
36 [clinic start generated code]*/
62 const char *start;
64 int type = _PyTokenizer_Get(it->tok, &start, &end);
73 if (start == NULL || end == NULL) {
77 str = PyUnicode_FromStringAndSize(start, end - start);
94 if (start != NULL && start >= line_start) {
95 col_offset = (int)(start - line_start);