Lines Matching refs:Tmp
446 HFILE Old0 = -1, Old1 = -1, Old2 = -1, Tmp; in filter_stream_through_program() local
462 Tmp = STDIN; in filter_stream_through_program()
463 DosDupHandle (oldfd, &Tmp); in filter_stream_through_program()
464 Tmp = STDOUT; in filter_stream_through_program()
465 DosDupHandle (to, &Tmp); in filter_stream_through_program()
466 Tmp = STDERR; in filter_stream_through_program()
467 DosDupHandle (to, &Tmp); in filter_stream_through_program()
478 Tmp = STDIN; in filter_stream_through_program()
479 DosDupHandle (from, &Tmp); in filter_stream_through_program()
480 Tmp = STDOUT; in filter_stream_through_program()
481 DosDupHandle (oldfd, &Tmp); in filter_stream_through_program()
482 Tmp = STDERR; in filter_stream_through_program()
483 DosDupHandle (oldfd, &Tmp); in filter_stream_through_program()
497 Tmp = STDIN; in filter_stream_through_program()
498 DosDupHandle (Old0, &Tmp); in filter_stream_through_program()
500 Tmp = STDOUT; in filter_stream_through_program()
501 DosDupHandle (Old1, &Tmp); in filter_stream_through_program()
503 Tmp = STDERR; in filter_stream_through_program()
504 DosDupHandle (Old2, &Tmp); in filter_stream_through_program()