Lines Matching refs:globs
236 if ( globs.jobs > cmdtab_size ) in exec_init()
238 cmdtab = (_cmdtab_t*)BJAM_REALLOC( cmdtab, globs.jobs * sizeof( *cmdtab ) ); in exec_init()
239 memset( cmdtab + cmdtab_size, 0, ( globs.jobs - cmdtab_size ) * sizeof( *cmdtab ) ); in exec_init()
240 cmdtab_size = globs.jobs; in exec_init()
242 if ( globs.jobs > MAXIMUM_WAIT_OBJECTS && !process_queue.read_okay ) in exec_init()
521 if ( globs.pipe_action && !CreatePipe( &cmdtab[ slot ].pipe_err[ in invoke_cmd()
532 if ( globs.pipe_action ) in invoke_cmd()
543 si.hStdError = globs.pipe_action in invoke_cmd()
815 ( ( EARLY_OUTPUT( c ) && ( globs.pipe_action != 2 ) ) ? \
818 ( ( EARLY_OUTPUT( c ) && ( globs.pipe_action & 2 ) ) ? \
824 for ( i = 0; i < globs.jobs; ++i ) in read_output()
862 if ( globs.jobs > MAXIMUM_WAIT_OBJECTS ) in register_wait()
879 if ( globs.jobs <= MAXIMUM_WAIT_OBJECTS ) in try_wait()
886 for ( i = 0; i < globs.jobs; ++i ) in try_wait()
896 if ( WAIT_OBJECT_0 <= wait_api_result && wait_api_result < WAIT_OBJECT_0 + globs.jobs ) in try_wait()
916 if ( globs.timeout > 0 ) in try_kill_one()
919 for ( i = 0; i < globs.jobs; ++i ) in try_kill_one()
923 if ( t > (double)globs.timeout ) in try_kill_one()
950 for ( i = 0; i < globs.jobs; ++i ) in close_alerts()
1286 for ( slot = 0; slot < globs.jobs; ++slot ) in get_free_cmdtab_slot()
1336 if ( globs.pipe_action ) in reportWindowsError()