Searched refs:MARGIN (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/mailx/
H A Dmailx.h164 #define MARGIN 72 /* Right line margin */ macro
165 #define REFLEN (12*MARGIN) /* Maximum length or References: */
H A Dsend.c572 else if ((fs->col + fs->comma + n + 1) > MARGIN) {
593 * Format the given header line to not exceed MARGIN characters.
H A Dcmd3.c189 if (c == '\n' || (isspace(c) || q && !isalnum(c)) && n >= (MARGIN - 4)) {

Completed in 14 milliseconds