Searched refs:addstate (Results 1 - 11 of 11) sorted by relevance

/external/python/cpython2/Include/
H A Dpgenheaders.h22 #define addstate _Py_addstate macro
H A Dgrammar.h73 int addstate(dfa *d);
/external/python/cpython3/Include/
H A Dpgenheaders.h22 #define addstate _Py_addstate macro
H A Dgrammar.h74 int addstate(dfa *d);
/external/python/cpython2/Lib/encodings/
H A Dutf_32.py80 addstate = int((sys.byteorder == "big") !=
82 return (state, addstate)
/external/python/cpython3/Lib/encodings/
H A Dutf_16.py85 addstate = int((sys.byteorder == "big") !=
87 return (state, addstate)
H A Dutf_32.py80 addstate = int((sys.byteorder == "big") !=
82 return (state, addstate)
/external/python/cpython2/Parser/
H A Dgrammar.c55 addstate(dfa *d) function
62 Py_FatalError("no mem to resize state in addstate");
H A Dpgen.c611 yy->ss_rename = addstate(d);
/external/python/cpython3/Parser/
H A Dgrammar.c68 addstate(dfa *d) function
75 Py_FatalError("no mem to resize state in addstate");
H A Dpgen.c625 yy->ss_rename = addstate(d);

Completed in 228 milliseconds