Lines Matching defs:so
3916 function to_rest(so){var s=clone(so)
3917 s.prev.next=so.ts_prev=so.prev=s.ts_prev.ts_next=s
3918 s.next=s.ts_next=so
3919 so.seqst=false
3920 so.invis=so.play=true
4031 function bardiv(so){var s,s1,s2,t1,t2,i
4038 s=so
4039 while(s.ts_prev&&s.ts_prev.time==so.time){s=s.ts_prev
4043 return so
4044 for(s=so;;s=s.ts_next){switch(s.type){default:if(w_tb[s.type])
4048 while(s1!=so){if(s1.bar_type&&(s1.bar_type.slice(-1)==':'||s1.text)&&s1.bar_type!=':'){new_type(s1)
4057 if(s==so)
4058 so=s2
4064 return so}