Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-irix6/
DWAIT.py30 def WWORD(stat): return (_W_INT(stat)&0177777) function
32 def WIFCONTINUED(stat): return (WWORD(stat)==WCONTFLG)