Lines Matching defs:ps
31 unsigned char* ps;
43 if((p = f->endb - (ps = f->next)) <= 0 )
46 if(SFRPEEK(f,ps,p) <= 0)
54 if((ps = (uchar*)memccpy((char*)is,(char*)ps,'\n',p)) != NIL(uchar*))
55 p = ps-is;
57 ps = f->next+p;
60 { while(p-- && (*is++ = *ps++) != '\n')
62 p = ps-f->next;
65 { reg int c = ps[p-1];
67 ps[p-1] = '\n';
68 while((*is++ = *ps++) != '\n')
72 if((ps-f->next) >= p)
79 f->next = ps;