Lines Matching refs:aptr
41 union reptr **aptr; variable
219 if(aptr > abuf) { in execute()
338 if(aptr >= &abuf[ABUFSIZE]) { in command()
342 *aptr++ = ipc; in command()
343 *aptr = 0; in command()
502 if(aptr > abuf) in command()
513 if(aptr > abuf) in command()
542 if(aptr > abuf) arout(); in command()
546 if(aptr >= &abuf[ABUFSIZE]) { in command()
550 *aptr++ = ipc; in command()
551 *aptr = 0; in command()
740 aptr = abuf - 1; in arout()
741 while(*++aptr) { in arout()
742 if((*aptr)->r1.command == ACOM) { in arout()
743 for(p1 = (*aptr)->r1.re1; *p1; ) in arout()
747 if((fi = fopen((*aptr)->r1.re1, "r")) == NULL) in arout()
756 aptr = abuf; in arout()
757 *aptr = 0; in arout()