Home | History | Annotate | Download | only in mail

Lines Matching defs:linebuf

372 	char linebuf[LINESIZE];
458 c = readline(stdin, linebuf, LINESIZE, reset_on_stop);
476 if (linebuf[0] == '.' && linebuf[1] == '\0' &&
480 if (linebuf[0] != escape || value(ENAME_INTERACTIVE) == NULL ||
482 if (putline(collf, linebuf, !longline) < 0)
486 c = linebuf[1];
494 if (putline(collf, &linebuf[1], !longline) < 0)
503 hp->h_attach = mime_attach_files(hp->h_attach, &linebuf[2]);
517 (void)shell(&linebuf[2]);
524 (void)execute(&linebuf[2], ec_composing);
554 hp->h_to = cat(hp->h_to, extract(&linebuf[2], GTO));
560 cp = skip_WSP(&linebuf[2]);
567 hp->h_cc = cat(hp->h_cc, extract(&linebuf[2], GCC));
573 hp->h_bcc = cat(hp->h_bcc, extract(&linebuf[2], GBCC));
584 cp = skip_WSP(&linebuf[2]);
605 (void)strcpy(linebuf + 2, getdeadletter());
614 cp = skip_WSP(&linebuf[2]);
677 while ((rc = readline(fbuf, linebuf, LINESIZE, 0)) >= 0) {
679 if ((t = putline(collf, linebuf,
693 cp = skip_WSP(&linebuf[2]);
713 if (interpolate(linebuf + 2, collf, mailtempname, c) < 0)
737 mespipe(collf, &linebuf[2]);