Lines Matching refs:vers
43 struct vers { struct
55 %class vers { argument
60 % STRUCTRWLOCK(vers);
63 % vers() {
65 % INITRW(vers);
69 % vers( vers *other );
72 % vers( unsigned int high, unsigned int low) {
74 % INITRW(vers);
80 % vers* nextminor();
84 % vers* nextmajor();
87 % void assign( vers *other );
91 % bool_t earlier_than( vers *other );
100 % bool_t equal( vers *other);
105 % return (WLOCK(vers));
109 % return (WULOCK(vers));
113 % return (RLOCK(vers));
117 % return (RULOCK(vers));