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

/haiku-buildtools/jam/
H A Djam.c382 /* If an output file is specified, set globs.cmdout to that */
386 if( !( globs.cmdout = fopen( s, "w" ) ) )
437 /* close cmdout */
439 if( globs.cmdout )
440 fclose( globs.cmdout );
H A Dmake1.c295 if( globs.cmdout )
296 fprintf( globs.cmdout, "%s", cmd->buf );
H A Djam.h503 FILE *cmdout; /* print cmds, not run them */ member in struct:globs

Completed in 48 milliseconds