Lines Matching refs:aptr
39 union reptr **aptr; variable
217 if(aptr > abuf) { in execute()
336 if(aptr >= &abuf[ABUFSIZE]) { in command()
340 *aptr++ = ipc; in command()
341 *aptr = 0; in command()
500 if(aptr > abuf) in command()
511 if(aptr > abuf) in command()
540 if(aptr > abuf) arout(); in command()
544 if(aptr >= &abuf[ABUFSIZE]) { in command()
548 *aptr++ = ipc; in command()
549 *aptr = 0; in command()
737 aptr = abuf - 1; in arout()
738 while(*++aptr) { in arout()
739 if((*aptr)->r1.command == ACOM) { in arout()
740 for(p1 = (*aptr)->r1.re1; *p1; ) in arout()
744 if((fi = fopen((*aptr)->r1.re1, "r")) == NULL) in arout()
753 aptr = abuf; in arout()
754 *aptr = 0; in arout()