Lines Matching defs:arg
575 pattern_traverse(PatternObject *self, visitproc visit, void *arg)
1545 arg = *code++; \
1546 VTRACE(("%lu (arg)\n", (unsigned long)arg)); \
1566 SRE_CODE arg;
1601 if (((unsigned char *)code)[i] >= arg)
1605 offset = arg * (256/SRE_CODE_BITS); /* 256-bit bitmap times arg */
1613 switch (arg) {
1653 SRE_CODE arg;
1670 if (arg > 2 * (size_t)groups + 1) {
1671 VTRACE(("arg=%d, groups=%d\n", (int)arg, (int)groups));
1685 /* The arg is just a character, nothing to check */
1695 switch (arg) {
1742 GET_ARG; flags = arg;
1761 GET_ARG; prefix_len = arg;
1825 GET_ARG; min = arg;
1826 GET_ARG; max = arg;
1845 GET_ARG; min = arg;
1846 GET_ARG; max = arg;
1883 if (arg >= (size_t)groups)
1892 if (arg >= (size_t)groups)
1895 code--; /* The skip is relative to the first arg! */
1938 code--; /* Back up over arg to simplify math below */
1939 if (arg & 0x80000000)
1992 match_traverse(MatchObject *self, visitproc visit, void *arg)
2527 scanner_traverse(ScannerObject *self, visitproc visit, void *arg)
2940 sre_traverse(PyObject *module, visitproc visit, void *arg)