Lines Matching refs:acs
142 char *acs; /* pinter to last alternate */ in expconv() local
146 acs = NIL; in expconv()
172 if (acs != NIL && acs != cs) { in expconv()
174 temp = OCNT(acs); in expconv()
175 OCNT(acs) = ccre - acs; in expconv()
176 acs -= temp; in expconv()
178 acs = NIL; in expconv()
191 if (acs != NIL && acs != cs) { in expconv()
193 temp = OCNT(acs); in expconv()
194 OCNT(acs) = ccre - acs; in expconv()
195 acs -= temp; in expconv()
197 acs = NIL; in expconv()
213 if (acs != NIL && acs != cs) { in expconv()
215 temp = OCNT(acs); in expconv()
216 OCNT(acs) = ccre - acs; in expconv()
217 acs -= temp; in expconv()
219 acs = NIL; in expconv()
231 if (acs != NIL) { in expconv()
233 temp = OCNT(acs); in expconv()
234 OCNT(acs) = ccre - acs; in expconv()
235 acs -= temp; in expconv()
237 acs = NIL; in expconv()
249 if (acs != NIL && acs != cs) in expconv()
250 OCNT(ccre) = ccre - acs; /* make a back pointer */ in expconv()
258 acs = cs; /* remember that the pointer is to be filles */ in expconv()
274 if (acs != NIL) { in expconv()
276 temp = OCNT(acs); in expconv()
277 OCNT(acs) = ccre - acs; in expconv()
278 acs -= temp; in expconv()
280 acs = NIL; in expconv()