Searched refs:course (Results 1 - 25 of 59) sorted by relevance

123

/openbsd-current/games/trek/
H A Dautover.c59 int course; local
70 course = ranf(360);
73 warp(-1, course, dist);
H A Dimpulse.c45 int course, power, percent; local
58 if (getcodi(&course, &dist))
80 Move.time = move(0, course, time, 0.095);
H A Dcomputer.c49 ** all starbases. This is of course updated by any sub-
55 ** trajectory -- gives the course and distance to every know
59 ** course -- gives a course computation from whereever you are
60 ** to any specified location. If the course begins
65 ** move -- identical to course, except that the move is performed.
111 int course; local
176 /* for each Klingon, give the course & distance */
180 course = kalc(Ship.quadx, Ship.quady, Etc.klingon[i].x, Etc.klingon[i].y, &dist);
181 prkalc(course, dis
318 int course; local
338 prkalc(int course, double dist) argument
[all...]
H A Dtorped.c50 ** cludge factor in their course which is increased if you have
56 ** When the course spreads too much, you get a misfire, and the
57 ** course is randomized even more. You also have the chance that
67 int course, course2; local
86 /* get the course */
87 course = getintpar("Torpedo course");
88 if (course < 0 || course > 360)
128 course
[all...]
H A Dwarp.c46 ** are the course and distance to be moved. If 'fl' >= 0,
47 ** the course and distance are asked of the captain.
72 int course, percent, i; local
85 course = c;
123 Move.time = move(fl, course, time, speed);
H A Dmove.c43 ** either play() or ram(). Course is the course (0 -> 360) at
50 ** We check the course through the current quadrant to see that he
57 ** domize the course accordingly before ever starting to move.
71 move(int ramflag, int course, double time, double speed) argument
82 printf("move: ramflag %d course %d time %.2f speed %.2f\n",
83 ramflag, course, time, speed);
87 angle = course * 0.0174532925;
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator/
H A DStream.pm55 Iterate through it, of course.
H A DArray.pm45 Iterate through it, of course.
H A DProcess.pm63 Iterate through the process output, of course.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
H A DIterator.pm52 Iterate through it, of course.
H A DResultFactory.pm156 Of course, it's up to you to decide whether or not to ignore them.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/
H A DPlan.pm59 If you are using this in non-legacy code you may need to reconsider the course
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dfiletest.pm88 Of course, unless your OS does not implement access(), in which case the
H A DUNIVERSAL.pm116 invocand performs the operations, merely that it does. (C<isa> of course
/openbsd-current/gnu/usr.bin/perl/ext/B/
H A DO.pm120 blocks of course) but the CALLBACK function registered by the compiler
/openbsd-current/gnu/usr.bin/perl/dist/Carp/lib/
H A DCarp.pm797 in the course of assembling its error messages. This means that a
801 Of course, C<Carp> can't guarantee the latter.
/openbsd-current/gnu/usr.bin/perl/win32/bin/
H A Dsearch.pl604 ## is shorter than that, of course, and maybe more). You'll also have
1224 would exclude any file beginning with a dot (of course, '.' and '..' are
1374 of course).
1485 (unless you really want that, of course).
1677 done only when "-xfoo" is not specified (of course, a line without any <...>
1777 bytes of the file (unless the file is shorter than that, of course).
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/Unicode/
H A DUnicode.pm73 are officially documented by Unicode Consortium (except, of course,
/openbsd-current/gnu/usr.bin/perl/cpan/Digest/lib/
H A DDigest.pm159 ask for the digest. The "XXX" should of course be replaced by the proper
/openbsd-current/gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/Scalar/
H A DUtil.pm278 through the course of normal operations.
/openbsd-current/gnu/usr.bin/perl/ext/mro/
H A Dmro.pm229 It can be called on an object or a class, of course.
/openbsd-current/gnu/usr.bin/perl/dist/XSLoader/
H A DXSLoader_pm.PL254 Of course, if C<@ISA> contained only C<DynaLoader>, there is no need to have
/openbsd-current/gnu/usr.bin/perl/dist/Attribute-Handlers/lib/Attribute/
H A DHandlers.pm471 of course, that C<$_[2]> will be a reference to the variable).
561 You can, of course, declare separate handlers for these types as well
/openbsd-current/gnu/usr.bin/perl/cpan/AutoLoader/lib/
H A DAutoLoader.pm450 my intent, feel free to contact me. Of course, the Artistic License
H A DAutoSplit.pm198 my intent, feel free to contact me. Of course, the Artistic License

Completed in 328 milliseconds

123