Home
last modified time | relevance | path

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

/third_party/python/Lib/lib2to3/pgen2/
Dtoken.py79 def ISTERMINAL(x): function
/third_party/python/Include/
Dtoken.h79 #define ISTERMINAL(x) ((x) < NT_OFFSET) macro
/third_party/python/Lib/
Dtoken.py130 def ISTERMINAL(x): function
/third_party/python/Doc/library/
Dtoken.rst30 .. function:: ISTERMINAL(x)