Lines Matching defs:is
3 * This software is part of the ast package *
5 * and is licensed under the *
9 * A copy of the License is available at *
30 unsigned char* is;
39 is = (uchar*)us;
54 if((ps = (uchar*)memccpy((char*)is,(char*)ps,'\n',p)) != NIL(uchar*))
55 p = ps-is;
56 is += p;
60 { while(p-- && (*is++ = *ps++) != '\n')
68 while((*is++ = *ps++) != '\n')
73 is[-1] = c;
80 if(is[-1] == '\n')
86 if((_Sfi = is - ((uchar*)us)) <= 0)
88 else if(isgets && is[-1] == '\n')
89 { is[-1] = '\0';
92 else *is = '\0';