Home | History | Annotate | Download | only in posix

Lines Matching full:pline

274 static void walk_pattern(char **pline, long plen)
287 // pline at EOF to flush last line). Note that only end of _last_ input
291 if (pline) {
292 TT.nextline = *pline;
294 *pline = 0;
332 } else if (lm == TT.count || (lm == -1 && !pline)) logrus->hit++;
464 if (pline) {
480 if (pline) *pline = (void *)1;
653 static void do_lines(int fd, char *name, void (*call)(char **pline, long len))
749 static void jewel_of_judgement(char **pline, long len)
755 line = errstart = pline ? *pline : "";
761 if (!*pline) error_exit("unfinished %c", corwin->prev->c);;