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

/haiku-buildtools/jam/
H A Dexecvms.c12 * If the command is a single line, and shorter than WRTLEN (what we
15 * If the command is multi-line, or longer than WRTLEN, we write the
42 #define WRTLEN 240 macro
75 if( p && *p || e - s > WRTLEN )
111 char *qe = string + MIN( len, WRTLEN );

Completed in 35 milliseconds