Lines Matching refs:vers
46 struct vers { struct
58 %class vers { argument
63 % STRUCTRWLOCK(vers);
66 % vers() {
68 % INITRW(vers);
72 % vers( vers *other );
75 % vers( unsigned int high, unsigned int low) {
77 % INITRW(vers);
83 % vers* nextminor();
87 % vers* nextmajor();
90 % void assign( vers *other );
94 % bool_t earlier_than( vers *other );
103 % bool_t equal( vers *other);
108 % return (WLOCK(vers));
112 % return (WULOCK(vers));
116 % return (RLOCK(vers));
120 % return (RULOCK(vers));