Lines Matching defs:acs
187 char *acs; /* pinter to last alternate */
191 acs = NULL;
216 if (acs != NULL && acs != cs) {
218 temp = OCNT(acs);
219 OCNT(acs) = tocc(ccre - acs);
220 acs -= temp;
222 acs = NULL;
235 if (acs != NULL && acs != cs) {
237 temp = OCNT(acs);
238 OCNT(acs) = tocc(ccre - acs);
239 acs -= temp;
241 acs = NULL;
257 if (acs != NULL && acs != cs) {
259 temp = OCNT(acs);
260 OCNT(acs) = tocc(ccre - acs);
261 acs -= temp;
263 acs = NULL;
275 if (acs != NULL) {
277 temp = OCNT(acs);
278 OCNT(acs) = tocc(ccre - acs);
279 acs -= temp;
281 acs = NULL;
293 if (acs != NULL && acs != cs)
294 OCNT(ccre) = tocc(ccre - acs); /* make a back pointer */
303 acs = cs; /* remember that the pointer is to be filles */
319 if (acs != NULL) {
321 temp = OCNT(acs);
322 OCNT(acs) = tocc(ccre - acs);
323 acs -= temp;
325 acs = NULL;