Searched refs:RIGHTSTRIP (Results 1 – 3 of 3) sorted by relevance
25 #define RIGHTSTRIP 1 macro391 if (striptype != RIGHTSTRIP) { in do_strip()450 return do_strip(args, RIGHTSTRIP); in strop_rstrip()
1435 #define RIGHTSTRIP 1 macro1831 if (striptype != RIGHTSTRIP) { in do_xstrip()1861 if (striptype != RIGHTSTRIP) { in do_strip()1967 return do_strip(self, RIGHTSTRIP); /* Common case */ in string_rstrip()1969 return do_argstrip(self, RIGHTSTRIP, args); in string_rstrip()
7057 #define RIGHTSTRIP 1 macro7078 if (striptype != RIGHTSTRIP) { in _PyUnicode_XStrip()7108 if (striptype != RIGHTSTRIP) { in do_strip()7209 return do_strip(self, RIGHTSTRIP); /* Common case */ in unicode_rstrip()7211 return do_argstrip(self, RIGHTSTRIP, args); in unicode_rstrip()