Searched refs:testit (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/lib/B/ |
| H A D | Deparse-core.t | 54 sub testit { 141 testit $keyword, "(\$a CORE::$keyword \$b)", $exp; 142 testit $keyword, "(\$a $keyword \$b)", $exp; 143 testit $keyword, "(\$a CORE::$keyword \$b)", $exp, 1; 144 testit $keyword, "(\$a $keyword \$b)", $exp, 1; 150 testit $keyword, "$keyword(\$a, \$b)", "$pre$keyword(\$a, \$b);"; 152 testit $keyword, "$keyword(\$a, \$b)", "$keyword(\$a, \$b);", 1; 195 testit $keyword, @code, $lexsub; 237 testit dbmopen => 'CORE::dbmopen(%foo, $bar, $baz);'; 238 testit dbmclos [all...] |
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 20020328-1.c | 6 testit(int x) in testit() function 23 testit ((a + 23) & 0xfffffffc); in main()
|
| H A D | loop-5.c | 2 static void testit(void){ in testit() function 26 testit(); in main()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
| H A D | crash10.C | 45 void testit(const GELptr g); 51 testit(GEOMptr(&*fps_text)); in FPS()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
| H A D | struct-by-value-1.c | 41 testit##N (void) \ 70 #define T(N) testit##N (); in main()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
| H A D | p786.C | 23 void testit(const C& a, C& b) in testit() function
|
| /openbsd-src/gnu/usr.bin/texinfo/doc/ |
| H A D | epsf.tex | 237 \def\lbracket{[}\def\testit{#1}\ifx\testit\lbracket 512 \def\testit{#2}% % save second character up to just before colon 514 \ifx\testit\epsfbblit % then (slow test) we have %%BoundingBox
|