Home
last modified time | relevance | path

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

/external/python/cpython3/Parser/
Dpgen.c147 static const char REQNFMT[] = "metacompile: less than %d children\n"; variable
151 fprintf(stderr, REQNFMT, count); \
/external/python/cpython2/Parser/
Dpgen.c148 static char REQNFMT[] = "metacompile: less than %d children\n"; variable
152 fprintf(stderr, REQNFMT, count); \