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

/ast/src/cmd/mam/
H A Dmamold.c62 #define LONGLINE 72 /* too long output line length */ macro
126 if (sep == '\t' && state.heredoc || col < LONGLINE - 8)
236 if (col + n >= LONGLINE)
H A Dmamnew.c63 #define LONGLINE 72 /* too long output line length */ macro
191 if (col < LONGLINE - 8)
241 if (col + n >= LONGLINE)

Completed in 12 milliseconds