NEW_W             310 net/slcompress.c 		changes |= NEW_W;
NEW_W             577 net/slcompress.c 		if (changes & NEW_W)
NEW_W             106 net/slcompress.h #define SPECIAL_I (NEW_S|NEW_W|NEW_U)		/* echoed interactive traffic */
NEW_W             107 net/slcompress.h #define SPECIAL_D (NEW_S|NEW_A|NEW_W|NEW_U)	/* unidirectional data */
NEW_W             108 net/slcompress.h #define SPECIALS_MASK (NEW_S|NEW_A|NEW_W|NEW_U)