Lines Matching defs:exe

146 def test_utf8(exe, args, env, idx, bc=True):  argument
186 def test_utf8_0(exe, args, env, bc=True): argument
225 def test_utf8_1(exe, args, env, bc=True): argument
229 def test_utf8_2(exe, args, env, bc=True): argument
233 def test_utf8_3(exe, args, env, bc=True): argument
237 def test_utf8_4(exe, args, env, bc=True): argument
245 def test_sigint_sigquit(exe, args, env): argument
277 def test_eof(exe, args, env): argument
311 def test_sigint(exe, args, env): argument
345 def test_sigtstp(exe, args, env): argument
389 def test_sigstop(exe, args, env): argument
432 def test_bc_utf8_0(exe, args, env): argument
436 def test_bc_utf8_1(exe, args, env): argument
440 def test_bc_utf8_2(exe, args, env): argument
444 def test_bc_utf8_3(exe, args, env): argument
448 def test_bc_utf8_4(exe, args, env): argument
456 def test_bc1(exe, args, env): argument
488 def test_bc2(exe, args, env): argument
521 def test_bc3(exe, args, env): argument
561 def test_bc4(exe, args, env): argument
604 def test_bc5(exe, args, env): argument
633 def test_bc6(exe, args, env): argument
666 def test_bc7(exe, args, env): argument
718 def test_bc8(exe, args, env): argument
749 def test_bc9(exe, args, env): argument
793 def test_bc10(exe, args, env): argument
837 def test_bc11(exe, args, env): argument
872 def test_bc12(exe, args, env): argument
904 def test_dc_utf8_0(exe, args, env): argument
908 def test_dc_utf8_1(exe, args, env): argument
912 def test_dc_utf8_2(exe, args, env): argument
916 def test_dc_utf8_3(exe, args, env): argument
920 def test_dc_utf8_4(exe, args, env): argument
928 def test_dc1(exe, args, env): argument
959 def test_dc2(exe, args, env): argument
991 def test_dc3(exe, args, env): argument
1107 exe = sys.argv[idx] variable
1109 exe = testdir + "/../bin/" + exedir variable
1125 exe = [ exe, sys.argv[idx + 1:], options ] variable
1127 exe = [ exe, options ] variable