Lines Matching refs:acs
144 char *acs; /* pinter to last alternate */ in expconv() local
148 acs = NIL; in expconv()
173 if (acs != NIL && acs != cs) { in expconv()
175 temp = OCNT(acs); in expconv()
176 OCNT(acs) = ccre - acs; in expconv()
177 acs -= temp; in expconv()
179 acs = NIL; in expconv()
192 if (acs != NIL && acs != cs) { in expconv()
194 temp = OCNT(acs); in expconv()
195 OCNT(acs) = ccre - acs; in expconv()
196 acs -= temp; in expconv()
198 acs = NIL; in expconv()
214 if (acs != NIL && acs != cs) { in expconv()
216 temp = OCNT(acs); in expconv()
217 OCNT(acs) = ccre - acs; in expconv()
218 acs -= temp; in expconv()
220 acs = NIL; in expconv()
232 if (acs != NIL) { in expconv()
234 temp = OCNT(acs); in expconv()
235 OCNT(acs) = ccre - acs; in expconv()
236 acs -= temp; in expconv()
238 acs = NIL; in expconv()
250 if (acs != NIL && acs != cs) in expconv()
251 OCNT(ccre) = ccre - acs; /* make a back pointer */ in expconv()
259 acs = cs; /* remember that the pointer is to be filles */ in expconv()
275 if (acs != NIL) { in expconv()
277 temp = OCNT(acs); in expconv()
278 OCNT(acs) = ccre - acs; in expconv()
279 acs -= temp; in expconv()
281 acs = NIL; in expconv()