Lines Matching refs:currnt

1137 		opte1->currnt.bpv   = c->currnt.bpv;
1138 opte1->currnt.fse = c->currnt.fse;
1139 opte1->currnt.crce = c->currnt.crce;
1140 opte1->currnt.rcrce = c->currnt.rcrce;
1141 opte1->currnt.uas = c->currnt.uas;
1142 opte1->currnt.les = c->currnt.les;
1143 opte1->currnt.es = c->currnt.es;
1144 opte1->currnt.bes = c->currnt.bes;
1145 opte1->currnt.ses = c->currnt.ses;
1146 opte1->currnt.oofs = c->currnt.oofs;
1147 opte1->currnt.css = c->currnt.css;
1148 opte1->currnt.dm = c->currnt.dm;
1150 opte1->total.bpv = c->total.bpv + c->currnt.bpv;
1151 opte1->total.fse = c->total.fse + c->currnt.fse;
1152 opte1->total.crce = c->total.crce + c->currnt.crce;
1153 opte1->total.rcrce = c->total.rcrce + c->currnt.rcrce;
1154 opte1->total.uas = c->total.uas + c->currnt.uas;
1155 opte1->total.les = c->total.les + c->currnt.les;
1156 opte1->total.es = c->total.es + c->currnt.es;
1157 opte1->total.bes = c->total.bes + c->currnt.bes;
1158 opte1->total.ses = c->total.ses + c->currnt.ses;
1159 opte1->total.oofs = c->total.oofs + c->currnt.oofs;
1160 opte1->total.css = c->total.css + c->currnt.css;
1161 opte1->total.dm = c->total.dm + c->currnt.dm;
1212 bzero (&c->currnt, sizeof (c->currnt));
1940 total.bpv = c->total.bpv + c->currnt.bpv;
1941 total.fse = c->total.fse + c->currnt.fse;
1942 total.crce = c->total.crce + c->currnt.crce;
1943 total.rcrce = c->total.rcrce + c->currnt.rcrce;
1944 total.uas = c->total.uas + c->currnt.uas;
1945 total.les = c->total.les + c->currnt.les;
1946 total.es = c->total.es + c->currnt.es;
1947 total.bes = c->total.bes + c->currnt.bes;
1948 total.ses = c->total.ses + c->currnt.ses;
1949 total.oofs = c->total.oofs + c->currnt.oofs;
1950 total.css = c->total.css + c->currnt.css;
1951 total.dm = c->total.dm + c->currnt.dm;
1956 length += print_frac (s + length, 0, c->currnt.uas, c->cursec);
1957 length += print_frac (s + length, 1, 60 * c->currnt.dm, c->cursec);
1960 length += print_frac (s + length, 0, c->currnt.bpv, c->cursec);
1961 length += print_frac (s + length, 1, c->currnt.fse, c->cursec);
1964 length += print_frac (s + length, 0, c->currnt.crce, c->cursec);
1965 length += print_frac (s + length, 1, c->currnt.rcrce, c->cursec);
1968 length += print_frac (s + length, 0, c->currnt.es, c->cursec);
1969 length += print_frac (s + length, 1, c->currnt.les, c->cursec);
1972 length += print_frac (s + length, 0, c->currnt.ses, c->cursec);
1973 length += print_frac (s + length, 1, c->currnt.bes, c->cursec);
1976 length += print_frac (s + length, 0, c->currnt.oofs, c->cursec);
1977 length += print_frac (s + length, 1, c->currnt.css, c->cursec);