Home
last modified time | relevance | path

Searched refs:print3 (Results 1 – 25 of 120) sorted by relevance

12345

/dports/games/omega/omega/
H A Dcommand2.c20 case 2: print3(" Ho Hum. "); break; in rest()
55 print3("There's nothing written on "); in peruse()
83 print3("You can't drink "); in quaff()
142 print3("You can't eat "); in eat()
474 print3("You can't zap: "); in zapwand()
523 print3("Not here!"); in upstairs()
547 print3("Not here!"); in downstairs()
831 print3("Wow. What a stud."); in bash_location()
1015 print3("Bye!");
1169 print3("You are unable to move");
[all …]
H A Dmove.c192 print3("Yaaaaaaaah........"); in l_abyss()
247 print3("\"What goes up...\""); in l_lift()
249 print3("Yaaaaaaaah........"); in l_lift()
401 print3("Click."); in l_portcullis_trap()
426 print3("Click."); in l_drop_every_portcullis()
885 print3("Strength."); in l_throne()
890 print3("Constitution."); in l_throne()
895 print3("Dexterity."); in l_throne()
900 print3("Agility."); in l_throne()
905 print3("Intelligence."); in l_throne()
[all …]
H A Dcommand3.c41 print3("How should I know what that is?"); in examine()
119 print3(itemid(ol->thing)); in examine()
215 print3(VERSIONSTRING); in version()
236 print3("You can't seem to get rid of it!"); in fire()
554 print3("You are unable to move"); in vault()
561 print3("The way is obstructed."); in vault()
566 print3("The jump is too far for you."); in vault()
570 print3("You can't jump there."); in vault()
677 print3("Can't lunge without a weapon!"); in tacoptions()
1019 print3("You're on foot already!"); in dismount_steed()
[all …]
H A Dinv.c65 print3("Forget it, buddy.");
576 print3("Nothing appropriate.");
693 print3("Your pack is full.");
802 print3("slot is not empty!");
804 print3("Pack is empty!");
862 print3("slot is not empty!");
864 print3("Pack is empty!");
990 print3(Str1); in inventory_control()
1164 print3(Str1); in top_inventory_control()
1306 print3("Slot is empty!");
[all …]
H A Dsite1.c110 print3("Transaction aborted."); in l_bank()
124 print3("Transaction aborted."); in l_bank()
152 else print3(" Illegal command."); in l_bank()
513 print3("Jackpot Winner!"); in l_casino()
519 print3("Winner!"); in l_casino()
525 print3("Winner!"); in l_casino()
531 print3("Winner!"); in l_casino()
537 print3("Loser!"); in l_casino()
580 print3(" Winner!"); in l_casino()
586 print3(" Loser!"); in l_casino()
[all …]
H A Daux3.c58 print3("You feel an unexplainable elation."); in indoors_random_event()
62 print3("You hear a distant rumbling."); in indoors_random_event()
66 print3("You realize your fly is open."); in indoors_random_event()
85 print3("A cosmic ray strikes!"); in indoors_random_event()
90 print3("You catch your second wind...."); in indoors_random_event()
102 print3("You feel strangely lucky."); in indoors_random_event()
126 else print3("You feel lucky."); in indoors_random_event()
133 else print3("You feel unlucky."); in indoors_random_event()
175 print3("You become somewhat disoriented..."); in outdoors_random_event()
957 print3("Your pack has disintegrated!");
[all …]
H A Dsite2.c23 print3("No mortgages, buddy."); in l_condo()
157 print3("A feeling of rehabilitation washes through you.");
266 print3("You feel your life draining away!"); in send_to_jail()
818 print3("You find yourself in a weird flickery maze."); in l_oracle()
841 print3("'The ArchDruid speaks wisdom in his forest shrine.'"); in l_oracle()
874 print3("'The challenge of adepthood yet awaits thee.'"); in l_oracle()
945 print3("Your attempt at burglary failed!"); in l_safe()
1000 print3("You now have the local area mapped."); in l_cartographer()
1024 else print3("Don't blame me if you get lost...."); in l_cartographer()
1032 print3("'Pinchpurse!'"); in l_charity()
[all …]
H A Daux1.c161 if (!gamestatusp(FAST_MOVE)) print3("Ouch!");
186 if (! gamestatusp(FAST_MOVE)) print3("Ouch!");
361 print3("You are much too afraid to fight!");
520 print3("You died!");
592 default: print3("That's not a direction! "); in getdir()
719 print3("You vomit up your huge meal."); in foodcheck()
725 print3("You feel hungry."); in foodcheck()
727 print3("You are ravenously hungry."); in foodcheck()
729 print3("You feel weak."); in foodcheck()
740 print3("You're starving!"); in foodcheck()
[all …]
H A Ditemf3.c56 print3("and it vanishes a puff of regret.");
186 print3("You are enveloped in Godsfire!");
262 print3("Your target picks up the grenade and throws it back!");
457 print3("Your possessions disintegrate!");
565 print3("A storm of mundanity surounds you!");
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/format/
H A Dproto.c17 FMT (3, 4) void print3 ();
18 FMT (3, 4) void print3 ();
42 print3 (0, 1, "%s %i", "", 123); in test_print()
43 print3 (1, 2, "%i %s", "", 123); // { dg-warning "\\\[-Wformat" } in test_print()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/format/
H A Dproto.c17 FMT (3, 4) void print3 ();
18 FMT (3, 4) void print3 ();
42 print3 (0, 1, "%s %i", "", 123); in test_print()
43 print3 (1, 2, "%i %s", "", 123); // { dg-warning "\\\[-Wformat" } in test_print()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/format/
H A Dproto.c17 FMT (3, 4) void print3 ();
18 FMT (3, 4) void print3 ();
42 print3 (0, 1, "%s %i", "", 123); in test_print()
43 print3 (1, 2, "%i %s", "", 123); // { dg-warning "\\\[-Wformat" } in test_print()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/format/
H A Dproto.c17 FMT (3, 4) void print3 ();
18 FMT (3, 4) void print3 ();
42 print3 (0, 1, "%s %i", "", 123); in test_print()
43 print3 (1, 2, "%i %s", "", 123); // { dg-warning "\\\[-Wformat" } in test_print()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/format/
H A Dproto.c17 FMT (3, 4) void print3 ();
18 FMT (3, 4) void print3 ();
42 print3 (0, 1, "%s %i", "", 123); in test_print()
43 print3 (1, 2, "%i %s", "", 123); // { dg-warning "\\\[-Wformat" } in test_print()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/format/
H A Dproto.c17 FMT (3, 4) void print3 ();
18 FMT (3, 4) void print3 ();
42 print3 (0, 1, "%s %i", "", 123); in test_print()
43 print3 (1, 2, "%i %s", "", 123); // { dg-warning "\\\[-Wformat" } in test_print()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/format/
H A Dproto.c17 FMT (3, 4) void print3 ();
18 FMT (3, 4) void print3 ();
42 print3 (0, 1, "%s %i", "", 123); in test_print()
43 print3 (1, 2, "%i %s", "", 123); // { dg-warning "\\\[-Wformat" } in test_print()
/dports/science/libxc/libxc-5.0.0/testsuite/
H A Dxc-regression.c375 print3 = printe3; in main()
513 print3(out, d.vsigma, 3 * i); in main()
531 print3(out, d.v2rho2, 3*i); in main()
533 print3(out, d.v2sigma2, 6*i); in main()
534 print3(out, d.v2sigma2, 6*i + 3); in main()
535 print3(out, d.v2rhosigma, 6*i); in main()
536 print3(out, d.v2rhosigma, 6*i + 3); in main()
540 print3(out, d.v2tau2, 3*i); in main()
542 print3(out, d.v2rhotau, 3*i); in main()
544 print3(out, d.v2sigmatau, 3*i); in main()
[all …]
/dports/science/siconos/siconos-4.4.0/numerics/src/tools/test/
H A Dtest_op3x3.c185 print3(x); in main()
203 print3(v); in main()
206 print3(x); in main()
215 print3(c); in main()
220 print3(c); in main()
/dports/devel/zfp/zfp-0.5.5/examples/
H A Diterator.cpp20 void print3(zfp::array1<double>::iterator begin, zfp::array1<double>::iterator end) in print3() function
40 print3(v.begin(), v.end()); in main()
/dports/devel/py-phonenumbers/phonenumbers-8.4.1/phonenumbers/
H A Dutil.py45 print3 = builtins.__dict__['print'] variable
56 print3(*args, **{'sep': sep, 'end': end, 'file': file})
/dports/comms/xastir/Xastir-Release-2.1.8/scripts/
H A Dads-b.pl1325 $print3 = " ";
1340 $print3 = sprintf("%3skn", $fields[12]);
1427 print("$print1 $print2 $print3 $print4 $print6 $aprs\n");
1476 print("$print1 $print2 $print3 $print4 $print6 $aprs\n");
1647 … print("$print1 $print2 $print3 $print4 $print_age2 $print_aprs $print_adsb_percentage\n");
1660 … print("$print1 $print2 $print3 $print4 $print_age2 $print_aprs $print_adsb_percentage\n");
1663 … print("$print1 $print2 $print3 $print4 $print5 $print_aprs $print_adsb_percentage\n");
1685 print("$print1 $print2 $print3 $print4 $print_age$print_aprs $print_adsb_percentage\n");
/dports/science/siconos/siconos-4.4.0/numerics/src/tools/
H A Dop3x3.c47 void print3(double* v) in print3() function
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/issues/
H A Dissue-4025.rs14 fn print3(b: bool, s1: &str, s2: &str) { in print3() function
/dports/science/elmerfem/elmerfem-release-9.0/post/src/glaux/
H A D3d.h14 extern void print3(GLdouble [3]);
/dports/science/elmerfem/elmerfem-release-9.0/post/src/glaux_mingw/src/
H A D3d.h47 void print3(GLdouble [3]);

12345