Lines Matching refs:nlp
131 char *nlp; in execute() local
137 nlp = p; in execute()
197 p, nlp, ccount, buf, buf+2*BUFSIZ); in execute()
226 fprintf(stderr, "p %o nlp %o buf %o\n", p, nlp, buf); in execute()
227 if (p > nlp) in execute()
228 {write(2, "XX\n", 3); write(2, nlp, p-nlp); write(2, "XX\n", 3); } in execute()
230 if (p > nlp) write(1, nlp, p-nlp); in execute()
232 write(1, nlp, in execute()
233 &buf[2*BUFSIZ] - nlp); in execute()
239 nlp = p; in execute()
255 nlp = p; in execute()