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

/haiku-buildtools/jam/
H A Dcommand.h47 char buf[ MAXLINE ]; /* actual commands */
H A Djam.h63 # define MAXLINE 1024 /* longest 'together' actions */ macro
96 # define MAXLINE 996 /* longest 'together' actions */ macro
134 # define MAXLINE 996 /* longest 'together' actions */ macro
161 # define MAXLINE 996 /* longest 'together' actions */ macro
307 # define MAXLINE 996 macro
466 # ifndef MAXLINE
467 # define MAXLINE 120000 /* longest 'together' actions' */ macro
H A Dmake1.c483 * length is > MAXLINE. In this case, we'll slowly reduce
489 * things just right, it's worth it to get as close to MAXLINE
496 * given or bigger than MAXLINE, MAXLINE.
502 maxline = maxline && maxline < MAXLINE ? maxline : MAXLINE;
H A Dexecunix.c159 if( p && *p || strlen( string ) > MAXLINE || shell )

Completed in 54 milliseconds