Searched defs:addstate (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Include/
H A Dpgenheaders.h22 #define addstate _Py_addstate macro
/external/python/cpython2/Parser/
H A Dgrammar.c55 addstate(dfa *d) function
62 Py_FatalError("no mem to resize state in addstate");
/external/python/cpython3/Include/
H A Dpgenheaders.h22 #define addstate _Py_addstate macro
/external/python/cpython3/Parser/
H A Dgrammar.c68 addstate(dfa *d) function
75 Py_FatalError("no mem to resize state in addstate");

Completed in 351 milliseconds