Home
last modified time | relevance | path

Searched refs:IS_END_OF_FORMAT (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Python/
Dgetargs.c1562 #define IS_END_OF_FORMAT(c) (c == '\0' || c == ';' || c == ':') macro
1617 if (IS_END_OF_FORMAT(*format)) { in vgetargskeywords()
1676 if (!IS_END_OF_FORMAT(*format) && *format != '|') { in vgetargskeywords()
1825 if (IS_END_OF_FORMAT(*format)) in skipitem()