Annotation of 43BSD/contrib/X/CLUlib/sun/x_buf.spc, revision 1.1

1.1     ! root        1: 
        !             2: x_buf = cluster is init, setup,
        !             3:                   set_s0, set_s01, set_s01l1, set_s0123,
        !             4:                   set_l0, set_l01, set_l0s23,
        !             5:                   set_s45l3, set_s4567, set_l23, set_l2s67,
        !             6:                   send_data, send_array, flush,
        !             7:                   receive, receive_data, events,
        !             8:                   get_lp0, get_lp1, get_lp2, get_lp3,
        !             9:                   get_sp0, get_sp1, get_sp2, get_sp3, get_sp4, get_sp5,
        !            10:                   get_bp10, get_bp11
        !            11: 
        !            12: rep = null
        !            13: 
        !            14: init = proc (addr: _wordvec) signals (error(string))
        !            15:        end init
        !            16: 
        !            17: setup = proc (code, func, mask, win: int)
        !            18:        end setup
        !            19: 
        !            20: set_s0 = proc (s0: int)
        !            21:        end set_s0
        !            22: 
        !            23: set_s01 = proc (s0, s1: int)
        !            24:        end set_s01
        !            25: 
        !            26: set_s01l1 = proc (s0, s1, l1: int)
        !            27:        end set_s01l1
        !            28: 
        !            29: set_s0123 = proc (s0, s1, s2, s3: int)
        !            30:        end set_s0123
        !            31: 
        !            32: set_l0 = proc (l0: int)
        !            33:        end set_l0
        !            34: 
        !            35: set_l01 = proc (l0, l1: int)
        !            36:        end set_l01
        !            37: 
        !            38: set_l0s23 = proc (l0, s2, s3: int)
        !            39:        end set_l0s23
        !            40: 
        !            41: set_s45l3 = proc (s4, s5, l3: int)
        !            42:        end set_s45l3
        !            43: 
        !            44: set_s4567 = proc (s4, s5, s6, s7: int)
        !            45:        end set_s4567
        !            46: 
        !            47: set_l23 = proc (l2, l3: int)
        !            48:        end set_l23
        !            49: 
        !            50: set_l2s67 = proc (l2, s6, s7: int)
        !            51:        end set_l2s67
        !            52: 
        !            53: send_data = proc (b: _bytevec, start, z: int)
        !            54:        end send_data
        !            55: 
        !            56: send_array = proc (a: array[char], start, z: int)
        !            57:        end send_array
        !            58: 
        !            59: flush = proc ()
        !            60:        end flush
        !            61: 
        !            62: receive = proc () signals (error(string))
        !            63:        end receive
        !            64: 
        !            65: receive_data = proc (b: _bytevec)
        !            66:        end receive_data
        !            67: 
        !            68: events = proc (need: bool)
        !            69:        end events
        !            70: 
        !            71: get_lp0 = proc () returns (int)
        !            72:        end get_lp0
        !            73: 
        !            74: get_lp1 = proc () returns (int)
        !            75:        end get_lp1
        !            76: 
        !            77: get_lp2 = proc () returns (int)
        !            78:        end get_lp2
        !            79: 
        !            80: get_lp3 = proc () returns (int)
        !            81:        end get_lp3
        !            82: 
        !            83: get_sp0 = proc () returns (int)
        !            84:        end get_sp0
        !            85: 
        !            86: get_sp1 = proc () returns (int)
        !            87:        end get_sp1
        !            88: 
        !            89: get_sp2 = proc () returns (int)
        !            90:        end get_sp2
        !            91: 
        !            92: get_sp3 = proc () returns (int)
        !            93:        end get_sp3
        !            94: 
        !            95: get_sp4 = proc () returns (int)
        !            96:        end get_sp4
        !            97: 
        !            98: get_sp5 = proc () returns (int)
        !            99:        end get_sp5
        !           100: 
        !           101: get_bp10 = proc () returns (int)
        !           102:        end get_bp10
        !           103: 
        !           104: get_bp11 = proc () returns (int)
        !           105:        end get_bp11
        !           106: 
        !           107: end x_buf

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.