Searched refs:LEFTSTRIP (Results 1 – 3 of 3) sorted by relevance
24 #define LEFTSTRIP 0 macro398 if (striptype != LEFTSTRIP) { in do_strip()437 return do_strip(args, LEFTSTRIP); in strop_lstrip()
1434 #define LEFTSTRIP 0 macro1838 if (striptype != LEFTSTRIP) { in do_xstrip()1868 if (striptype != LEFTSTRIP) { in do_strip()1950 return do_strip(self, LEFTSTRIP); /* Common case */ in string_lstrip()1952 return do_argstrip(self, LEFTSTRIP, args); in string_lstrip()
7056 #define LEFTSTRIP 0 macro7085 if (striptype != LEFTSTRIP) { in _PyUnicode_XStrip()7115 if (striptype != LEFTSTRIP) { in do_strip()7192 return do_strip(self, LEFTSTRIP); /* Common case */ in unicode_lstrip()7194 return do_argstrip(self, LEFTSTRIP, args); in unicode_lstrip()