Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/encodings/
Dutf_32.py80 addstate = int((sys.byteorder == "big") !=
82 return (state, addstate)
/external/python/cpython2/Include/
Dpgenheaders.h22 #define addstate _Py_addstate macro
Dgrammar.h73 int addstate(dfa *d);
/external/python/cpython2/Parser/
Dgrammar.c55 addstate(dfa *d) in addstate() function
Dpgen.c611 yy->ss_rename = addstate(d); in convert()