Home
last modified time | relevance | path

Searched refs:course (Results 1 – 25 of 632) sorted by relevance

12345678910>>...26

/netbsd-src/games/trek/
H A Dcomputer.c118 int course; in computer() local
181 course = kalc(Ship.quadx, Ship.quady, in computer()
184 prkalc(course, dist); in computer()
208 course = kalc(tqx, tqy, ix, iy, &dist); in computer()
210 warp(-1, course, dist); in computer()
216 prkalc(course, dist); in computer()
321 int course; in kalc() local
334 course = angle * 57.29577951 + 0.5; in kalc()
337 return (course); in kalc()
341 prkalc(int course, double dist) in prkalc() argument
[all …]
H A Dtorped.c75 int course, course2; in torped() local
95 course = getintpar("Torpedo course"); in torped()
96 if (course < 0 || course > 360) in torped()
128 course -= burst; in torped()
132 course2 = course + randcourse(n); in torped()
210 course += burst; in torped()
H A Dautover.c66 int course; in autover() local
79 course = ranf(360); in autover()
82 warp(-1, course, dist); in autover()
H A Dimpulse.c53 int course; in impulse() local
66 if (getcodi(&course, &dist)) in impulse()
87 Move.time = move(0, course, time, 0.095); in impulse()
H A Dwarp.c79 int course; in warp() local
98 course = c; in warp()
135 Move.time = move(fl, course, time, speed); in warp()
H A Dmove.c82 move(int ramflag, int course, double time, double speed) in move() argument
98 ramflag, course, time, speed); in move()
102 angle = course * 0.0174532925; in move()
/netbsd-src/games/larn/
H A Dstore.c349 u_char course[26] = {0}; /* the list of courses taken */ variable
362 if (course[0] == 0) in sch_hed()
365 if (course[1] == 0) in sch_hed()
368 if (course[2] == 0) in sch_hed()
371 if (course[3] == 0) in sch_hed()
374 if (course[4] == 0) in sch_hed()
377 if (course[5] == 0) in sch_hed()
380 if (course[6] == 0) in sch_hed()
383 if (course[7] == 0) in sch_hed()
420 else if (course[i - 'a']) { in oschool()
[all …]
H A Ddiag.c218 lwrite((char *) course, 25); in savegame()
282 lrfill((char *) course, 25); in restoregame()
/netbsd-src/games/quiz/datfiles/
H A Ducc5 1-205:course of dealing and usage of trade
9 2-208:course of performance or practical consideration
58 3-302:holder in due course
59 3-305:rights of a holder in due course
60 3-306:rights of one not holder in due course
86 4-209:when bank gives value for purposes of holder in due course
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dthreading.rst120 return type is void, of course).
133 return type is void, of course).
148 return type is void, of course).
160 return type is void, of course).
184 return type is void, of course).
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2000-12-06-EncodingIdea.txt13 r57 = add r55, r56 (r57 is the implicit dest register, of course)
22 the implicit register destination number could be quite large). Of course
H A D2001-06-01-GCCOptimizations2.txt20 Of course, many optimizations could be shared between llvmopt and
32 structured... of course it would be no walk in the park, but it would be
H A D2001-06-20-.NET-Differences.txt24 optimize modules from multiple different compilers. (Also, of course, they
/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Djupiter.h103 u_short course; /* true course (radians) */ member
235 u_short course; /* true course (radians) */ member
/netbsd-src/tests/bin/cat/
H A Dd_se_output.out2 Of course it runs NetBSD$
H A Dd_se_output.in2 Of course it runs NetBSD
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c/
H A DINSTALL1 This example relies just on gettext-runtime (and libc, of course).
/netbsd-src/external/bsd/ppp/dist/
H A DREADME.pwfd45 // Of course these values can be read from a configuration file or
111 // Of course this only works it the password is shorter
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A DReadme20 Of course, don't forget to read the man pages and notes files too :)
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A DReadme20 Of course, don't forget to read the man pages and notes files too :)
/netbsd-src/tests/lib/libc/regex/data/
H A Dcomplex.in5 # just gotta have one DFA-buster, of course
/netbsd-src/external/ibm-public/postfix/dist/implementation-notes/
H A DDSN9 Of course Postfix still produces the same "informal" error descriptions
/netbsd-src/sys/fs/hfs/
H A DTODO47 This is, of course, in addition to the missing major features:
/netbsd-src/external/gpl2/texinfo/dist/
H A DREADME.dev30 (with arguments to taste, of course.) Or you can run
/netbsd-src/share/man/tools/
H A Dignore220 course
221 course.

12345678910>>...26