Lines Matching defs:line
74 * sender -- assumed to be from the first From line. If
129 #define CANT1 2 /* first line to fill in */
130 #define CANT2 3 /* second line to fill in */
432 /* fill in line 3 of text */
521 DEBUG(5, "short line (%s): ", buf);
527 /* set up the 6th text line of the mail message */
625 /* set up the 2nd text line of the mail message */
1014 /* could not find local user - use first line */
1023 /* analFrom - analyze From line
1030 analFrom(line, user, system)
1031 char *line, *user, *system;
1036 if (!PREFIX("From ", line) && !PREFIX(">From ", line))
1039 s = strchr(line, ' ') + 1;