Searched refs:F_BLANK (Results 1 – 6 of 6) sorted by relevance
136 #define F_BLANK (1<<2) macro
412 #define F_BLANK (1<<2) macro731 case ' ': flags |= F_BLANK; continue; in _PyBytes_FormatEx()867 && !(flags & (F_SIGN | F_BLANK)) in _PyBytes_FormatEx()919 && !(flags & (F_SIGN | F_BLANK))) in _PyBytes_FormatEx()966 else if (flags & F_BLANK) in _PyBytes_FormatEx()
14316 && !(arg->flags & (F_SIGN | F_BLANK)) in mainformatlong()14489 case ' ': arg->flags |= F_BLANK; continue; in unicode_format_arg_parse()14675 && !(arg->flags & (F_SIGN | F_BLANK))) in unicode_format_arg_format()14744 && !(arg->flags & (F_SIGN | F_BLANK))) in unicode_format_arg_output()14773 else if (arg->flags & F_BLANK) in unicode_format_arg_output()
406 #define F_BLANK (1<<2) macro725 case ' ': flags |= F_BLANK; continue; in _PyBytes_FormatEx()861 && !(flags & (F_SIGN | F_BLANK)) in _PyBytes_FormatEx()913 && !(flags & (F_SIGN | F_BLANK))) in _PyBytes_FormatEx()960 else if (flags & F_BLANK) in _PyBytes_FormatEx()
3948 #define F_BLANK (1<<2) macro4360 case ' ': flags |= F_BLANK; continue; in PyString_Format()4600 else if (flags & F_BLANK) in PyString_Format()
8124 #define F_BLANK (1<<2) macro8477 case ' ': flags |= F_BLANK; continue; in PyUnicode_Format()8718 else if (flags & F_BLANK) in PyUnicode_Format()