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

/xsrc/external/mit/xmh/dist/
H A Dmsg.c641 int p, c, l, inheader, sendwidth, sendbreakwidth; local in function:MsgSend
650 sendbreakwidth = app_resources.break_send_line_width;
658 if (strncmpIgnoringCase(ptr, "sendbreakwidth:", 15) == 0) {
659 if (atoi(ptr+15) > 0) sendbreakwidth = atoi(ptr+15);
669 if (sendbreakwidth < sendwidth) sendbreakwidth = sendwidth;
673 *ptr2 && c < sendbreakwidth;
684 if (c < sendbreakwidth) {

Completed in 3 milliseconds