386BSD 0.1 development
[unix-history] / usr / othersrc / games / atc / tags
CommitLineData
596d7b50
WJ
1DAY log.c /^#define DAY(t) ((t) \/ SECADAY)$/
2DEF_STATE input.c /^#define DEF_STATE(s) { NUMELS(s), (s) }$/
3HOUR log.c /^#define HOUR(t) (((t) % SECADAY) \/ SECAHOUR)$/
4Left input.c /^Left(c)$/
5MIN log.c /^#define MIN(t) (((t) % SECAHOUR) \/ SECAMIN)$/
6Mmain main.c /^main(ac, av)$/
7NUMELS input.c /^#define NUMELS(a) (sizeof (a) \/ sizeof (*(a)))$/
8Right input.c /^Right(c)$/
9SEC log.c /^#define SEC(t) ((t) % SECAMIN)$/
10addplane update.c /^addplane()$/
11airport input.c /^airport(c)$/
12append list.c /^append(l, p)$/
13beacon input.c /^beacon(c)$/
14benum input.c /^benum(c)$/
15circle input.c /^circle(c)$/
16climb input.c /^climb(c)$/
17command update.c /^command(pp)$/
18compar log.c /^compar(a, b)$/
19default_game main.c /^default_game()$/
20delayb input.c /^delayb(c)$/
21delete list.c /^delete(l, p)$/
22descend input.c /^descend(c)$/
23dir_deg update.c /^dir_deg(d)$/
24dir_no input.c /^dir_no(ch)$/
25done_screen graphics.c /^done_screen()$/
26draw_all graphics.c /^draw_all()$/
27draw_line graphics.c /^draw_line(w, x, y, lx, ly, s)$/
28erase_all graphics.c /^erase_all()$/
29ex_it input.c /^ex_it(c)$/
30findplane update.c /^findplane(n)$/
31getAChar graphics.c /^getAChar()$/
32getcommand input.c /^getcommand()$/
33gettoken input.c /^gettoken()$/
34ignore input.c /^ignore(c)$/
35init_gr graphics.c /^init_gr()$/
36ioaddstr graphics.c /^ioaddstr(pos, str)$/
37ioclrtobot graphics.c /^ioclrtobot()$/
38ioclrtoeol graphics.c /^ioclrtoeol(pos)$/
39ioerror graphics.c /^ioerror(pos, len, str)$/
40iomove graphics.c /^iomove(pos)$/
41left input.c /^left(c)$/
42list_games main.c /^list_games()$/
43log_score log.c /^log_score(list_em)$/
44loser graphics.c /^loser(p, s)$/
45mark input.c /^mark(c)$/
46name update.c /^name(p)$/
47newplane list.c /^newplane()$/
48next_plane update.c /^next_plane()$/
49noise input.c /^noise()$/
50number update.c /^number(l)$/
51okay_game main.c /^okay_game(s)$/
52planewin graphics.c /^planewin()$/
53pop input.c /^pop()$/
54push input.c /^push(ruleno, ch)$/
55quit graphics.c /^quit()$/
56read_file main.c /^read_file(s)$/
57redraw graphics.c /^redraw()$/
58rel_dir input.c /^rel_dir(c)$/
59rezero input.c /^rezero()$/
60right input.c /^right(c)$/
61setalt input.c /^setalt(c)$/
62setplane input.c /^setplane(c)$/
63setrelalt input.c /^setrelalt(c)$/
64setup_screen graphics.c /^setup_screen(scp)$/
65timestr log.c /^timestr(t)$/
66to_dir input.c /^to_dir(c)$/
67too_close update.c /^too_close(p1, p2, dist)$/
68turn input.c /^turn(c)$/
69unmark input.c /^unmark(c)$/
70update update.c /^update()$/