Searched refs:IS_WSL (Results 1 – 15 of 15) sorted by relevance
51 IS_WSL=`echo $UNAME_RELEASE | grep Microsoft`54 elif test "x$IS_WSL" != "x"; then
48 IS_WSL=`echo $UNAME_RELEASE | grep Microsoft`51 elif test "x$IS_WSL" != "x"; then
16 sub IS_WSL() { subroutine
171 IS_WSL = 'Microsoft' in fp.read() variable174 IS_WSL = False variable2876 if not IS_WSL:
264 if not mitogen.core.IS_WSL:414 if hasattr(termios, 'TIOCSCTTY') and not mitogen.core.IS_WSL: