Lines Matching defs:oldstate
2880 u_char oldstate, st;
2885 oldstate = 0x04; /* bad value */
2899 oldstate = 0x03;
2919 if (st == oldstate) {
2924 oldstate = st;
2931 if (st == oldstate && oldlen < 64) {
2934 buf[cnt] = (oldstate << 6) | (oldlen & 0x3f);
2937 oldstate = st;
2949 if (st == oldstate && oldlen < 64) {
2952 buf[cnt] = (oldstate << 6) | (oldlen & 0x3f);
2955 oldstate = st;
2966 if (st == oldstate && oldlen < 64) {
2969 buf[cnt] = (oldstate << 6) | (oldlen & 0x3f);
2972 oldstate = st;
2981 buf[cnt] = (oldstate << 6) | (oldlen & 0x3f);