commit | author | age
|
5cb5f7
|
1 |
;; Object semanticdb-project-database-file
|
C |
2 |
;; SEMANTICDB Tags save file
|
|
3 |
(semanticdb-project-database-file "semanticdb-project-database-file"
|
|
4 |
:tables
|
|
5 |
(list
|
|
6 |
(semanticdb-table "semanticdb-table"
|
|
7 |
:major-mode emacs-lisp-mode
|
|
8 |
:tags
|
|
9 |
'( ("gomoku" customgroup (:user-visible-flag t) nil [2607 2703])
|
|
10 |
("gomoku-mode-hook" variable nil nil [2740 2940])
|
|
11 |
("gomoku-buffer-name" variable
|
|
12 |
(:constant-flag t
|
|
13 |
:default-value "*Gomoku*")
|
|
14 |
nil [2975 3046])
|
|
15 |
("gomoku-square-width" variable
|
|
16 |
(:constant-flag t
|
|
17 |
:default-value 4)
|
|
18 |
nil [3202 3294])
|
|
19 |
("gomoku-square-height" variable
|
|
20 |
(:constant-flag t
|
|
21 |
:default-value 2)
|
|
22 |
nil [3296 3387])
|
|
23 |
("gomoku-x-offset" variable
|
|
24 |
(:constant-flag t
|
|
25 |
:default-value 3)
|
|
26 |
nil [3389 3492])
|
|
27 |
("gomoku-y-offset" variable
|
|
28 |
(:constant-flag t
|
|
29 |
:default-value 1)
|
|
30 |
nil [3494 3594])
|
|
31 |
("gomoku-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map "y" (quote gomoku-move-nw)) (define-key map "u" (quote gomoku-move-ne)) (define-key map "b" (quote gomoku-move-sw)) (define-key map "n" (quote gomoku-move-se)) (define-key map "h" (quote backward-char)) (define-key map "l" (quote forward-char)) (define-key map "j" (quote gomoku-move-down)) (define-key map "k" (quote gomoku-move-up)) (define-key map [kp-7] (quote gomoku-move-nw)) (define-key map [kp-9] (quote gomoku-move-ne)) (define-key map [kp-1] (quote gomoku-move-sw)) (define-key map [kp-3] (quote gomoku-move-se)) (define-key map [kp-4] (quote backward-char)) (define-key map [kp-6] (quote forward-char)) (define-key map [kp-2] (quote gomoku-move-down)) (define-key map [kp-8] (quote gomoku-move-up)) (define-key map "" (quote gomoku-move-down)) (define-key map "" (quote gomoku-move-up)) (define-key map "X" (quote gomoku-human-plays)) (define-key map "x" (quote gomoku-human-plays)) (define-key map " " (quote gomoku-human-plays)) (define-key map "
" (quote gomoku-human-plays)) (define-key map "" (quote gomoku-human-plays)) (define-key map "" (quote gomoku-human-takes-back)) (define-key map "" (quote gomoku-human-resigns)) (define-key map "" (quote gomoku-emacs-plays)) (define-key map [kp-enter] (quote gomoku-human-plays)) (define-key map [insert] (quote gomoku-human-plays)) (define-key map [down-mouse-1] (quote gomoku-click)) (define-key map [drag-mouse-1] (quote gomoku-click)) (define-key map [mouse-1] (quote gomoku-click)) (define-key map [down-mouse-2] (quote gomoku-click)) (define-key map [mouse-2] (quote gomoku-mouse-play)) (define-key map [drag-mouse-2] (quote gomoku-mouse-play)) (define-key map [remap previous-line] (quote gomoku-move-up)) (define-key map [remap next-line] (quote gomoku-move-down)) (define-key map [remap move-beginning-of-line] (quote gomoku-beginning-of-line)) (define-key map [remap move-end-of-line] (quote gomoku-end-of-line)) (define-key map [remap undo] (quote gomoku-human-takes-back)) (define-key map [remap advertised-undo] (quote gomoku-human-takes-back)) map)) nil [3597 5946])
|
|
32 |
("gomoku-emacs-won" variable nil nil [5949 6038])
|
|
33 |
("gomoku-O" variable
|
|
34 |
(:default-value (quote ((((class color)) (:foreground "red" :weight bold))))
|
|
35 |
:type "face")
|
|
36 |
nil [6040 6164])
|
|
37 |
("gomoku-X" variable
|
|
38 |
(:default-value (quote ((((class color)) (:foreground "green" :weight bold))))
|
|
39 |
:type "face")
|
|
40 |
nil [6166 6289])
|
|
41 |
("gomoku-font-lock-keywords" variable (:default-value (quote (("O" quote gomoku-O) ("X" quote gomoku-X) ("[-|/\\]" 0 (if gomoku-emacs-won (quote gomoku-O) (quote gomoku-X)))))) nil [6291 6462])
|
|
42 |
("define-derived-mode" code nil nil [6582 7252])
|
|
43 |
("gomoku-board-width" variable nil nil [7864 7938])
|
|
44 |
("gomoku-board-height" variable nil nil [7940 8013])
|
|
45 |
("gomoku-board" variable nil nil [8015 8099])
|
|
46 |
("gomoku-vector-length" variable nil nil [8101 8171])
|
|
47 |
("gomoku-draw-limit" variable nil nil [8173 8311])
|
|
48 |
("gomoku-xy-to-index" function (:arguments ("x" "y")) nil [8314 8453])
|
|
49 |
("gomoku-index-to-x" function (:arguments ("index")) nil [8455 8573])
|
|
50 |
("gomoku-index-to-y" function (:arguments ("index")) nil [8575 8693])
|
|
51 |
("gomoku-init-board" function nil nil [8695 9357])
|
|
52 |
("gomoku-score-table" variable nil nil [9558 9648])
|
|
53 |
("gomoku-nil-score" variable
|
|
54 |
(:constant-flag t
|
|
55 |
:default-value 7)
|
|
56 |
nil [11466 11526])
|
|
57 |
("gomoku-Xscore" variable
|
|
58 |
(:constant-flag t
|
|
59 |
:default-value 15)
|
|
60 |
nil [11527 11594])
|
|
61 |
("gomoku-XXscore" variable
|
|
62 |
(:constant-flag t
|
|
63 |
:default-value 400)
|
|
64 |
nil [11595 11665])
|
|
65 |
("gomoku-XXXscore" variable
|
|
66 |
(:constant-flag t
|
|
67 |
:default-value 1800)
|
|
68 |
nil [11666 11744])
|
|
69 |
("gomoku-XXXXscore" variable
|
|
70 |
(:constant-flag t
|
|
71 |
:default-value 100000)
|
|
72 |
nil [11745 11822])
|
|
73 |
("gomoku-Oscore" variable
|
|
74 |
(:constant-flag t
|
|
75 |
:default-value 35)
|
|
76 |
nil [11823 11890])
|
|
77 |
("gomoku-OOscore" variable
|
|
78 |
(:constant-flag t
|
|
79 |
:default-value 800)
|
|
80 |
nil [11891 11961])
|
|
81 |
("gomoku-OOOscore" variable
|
|
82 |
(:constant-flag t
|
|
83 |
:default-value 15000)
|
|
84 |
nil [11962 12040])
|
|
85 |
("gomoku-OOOOscore" variable
|
|
86 |
(:constant-flag t
|
|
87 |
:default-value 800000)
|
|
88 |
nil [12041 12118])
|
|
89 |
("gomoku-score-trans-table" variable
|
|
90 |
(:constant-flag t
|
|
91 |
:default-value (vector gomoku-nil-score gomoku-Xscore gomoku-XXscore gomoku-XXXscore gomoku-XXXXscore 0 gomoku-Oscore 0 0 0 0 0 gomoku-OOscore 0 0 0 0 0 gomoku-OOOscore 0 0 0 0 0 gomoku-OOOOscore 0 0 0 0 0 0))
|
|
92 |
nil [13022 13393])
|
|
93 |
("gomoku-winning-threshold" variable
|
|
94 |
(:constant-flag t
|
|
95 |
:default-value gomoku-OOOOscore)
|
|
96 |
nil [13817 13928])
|
|
97 |
("gomoku-losing-threshold" variable
|
|
98 |
(:constant-flag t
|
|
99 |
:default-value gomoku-XXXXscore)
|
|
100 |
nil [13930 14039])
|
|
101 |
("gomoku-strongest-square" function nil nil [14042 15508])
|
|
102 |
("gomoku-saved-score-table" variable nil nil [16220 16309])
|
|
103 |
("gomoku-saved-board-width" variable nil nil [16311 16392])
|
|
104 |
("gomoku-saved-board-height" variable nil nil [16394 16477])
|
|
105 |
("gomoku-init-score-table" function nil nil [16480 17891])
|
|
106 |
("gomoku-nb-qtuples" function (:arguments ("i" "j")) nil [17893 18511])
|
|
107 |
("gomoku-init-square-score" function (:arguments ("i" "j")) nil [18513 19002])
|
|
108 |
("gomoku-update-score-table" function (:arguments ("square" "dval")) nil [19375 20536])
|
|
109 |
("gomoku-update-score-in-direction" function (:arguments ("left" "right" "square" "dx" "dy" "dval")) nil [20538 22258])
|
|
110 |
("gomoku-game-in-progress" variable nil nil [22551 22625])
|
|
111 |
("gomoku-game-history" variable nil nil [22627 22728])
|
|
112 |
("gomoku-number-of-moves" variable nil nil [22730 22817])
|
|
113 |
("gomoku-number-of-human-moves" variable nil nil [22819 22921])
|
|
114 |
("gomoku-emacs-played-first" variable nil nil [22923 22996])
|
|
115 |
("gomoku-human-took-back" variable nil nil [22998 23088])
|
|
116 |
("gomoku-human-refused-draw" variable nil nil [23090 23180])
|
|
117 |
("gomoku-emacs-is-computing" variable nil nil [23182 23355])
|
|
118 |
("gomoku-start-game" function (:arguments ("n" "m")) nil [23358 24115])
|
|
119 |
("gomoku-play-move" function (:arguments ("square" "val" "dont-update-score")) nil [24117 24938])
|
|
120 |
("gomoku-take-back" function nil nil [24940 25605])
|
|
121 |
("gomoku-number-of-emacs-wins" variable nil nil [25638 25723])
|
|
122 |
("gomoku-number-of-human-wins" variable nil nil [25725 25808])
|
|
123 |
("gomoku-number-of-draws" variable nil nil [25810 25894])
|
|
124 |
("gomoku-terminate-game" function (:arguments ("result")) nil [25897 27962])
|
|
125 |
("gomoku-crash-game" function nil nil [27964 28202])
|
|
126 |
("gomoku" function
|
|
127 |
(:user-visible-flag t
|
|
128 |
:arguments ("n" "m"))
|
|
129 |
nil [28255 30564])
|
|
130 |
("gomoku-emacs-plays" function (:user-visible-flag t) nil [30566 31539])
|
|
131 |
("gomoku-click" function
|
|
132 |
(:user-visible-flag t
|
|
133 |
:arguments ("click"))
|
|
134 |
nil [31679 32480])
|
|
135 |
("gomoku-mouse-play" function
|
|
136 |
(:user-visible-flag t
|
|
137 |
:arguments ("click"))
|
|
138 |
nil [32482 32630])
|
|
139 |
("gomoku-human-plays" function (:user-visible-flag t) nil [32632 33723])
|
|
140 |
("gomoku-human-takes-back" function (:user-visible-flag t) nil [33725 34597])
|
|
141 |
("gomoku-human-resigns" function (:user-visible-flag t) nil [34599 35087])
|
|
142 |
("gomoku-prompt-for-move" function nil nil [35147 35367])
|
|
143 |
("gomoku-prompt-for-other-game" function nil nil [35369 35560])
|
|
144 |
("gomoku-offer-a-draw" function nil nil [35562 35751])
|
|
145 |
("gomoku-max-width" function nil nil [35789 35964])
|
|
146 |
("gomoku-max-height" function nil nil [35966 36212])
|
|
147 |
("gomoku-point-y" function nil nil [36214 36403])
|
|
148 |
("gomoku-point-square" function nil nil [36405 36640])
|
|
149 |
("gomoku-goto-square" function (:arguments ("index")) nil [36642 36786])
|
|
150 |
("gomoku-goto-xy" function (:arguments ("x" "y")) nil [36788 37022])
|
|
151 |
("gomoku-plot-square" function (:arguments ("square" "value")) nil [37024 37515])
|
|
152 |
("gomoku-init-display" function (:arguments ("n" "m")) nil [37531 38966])
|
|
153 |
("gomoku-display-statistics" function nil nil [39012 39628])
|
|
154 |
("gomoku-switch-to-window" function (:user-visible-flag t) nil [39630 40052])
|
|
155 |
("gomoku-find-filled-qtuple" function (:arguments ("square" "value")) nil [40399 40720])
|
|
156 |
("gomoku-check-filled-qtuple" function (:arguments ("square" "value" "dx" "dy")) nil [40722 41342])
|
|
157 |
("gomoku-cross-qtuple" function (:arguments ("square1" "square2" "dx" "dy")) nil [41344 42508])
|
|
158 |
("defvar-local" code nil nil [42556 42589])
|
|
159 |
("gomoku--intangible-chars" variable
|
|
160 |
(:constant-flag t
|
|
161 |
:default-value "-
|
|
162 |
|/\\\\")
|
|
163 |
nil [42591 42641])
|
|
164 |
("gomoku--intangible" function nil nil [42643 43226])
|
|
165 |
("gomoku-move-down" function (:user-visible-flag t) nil [43301 43553])
|
|
166 |
("gomoku-move-up" function (:user-visible-flag t) nil [43555 43789])
|
|
167 |
("gomoku-move-ne" function (:user-visible-flag t) nil [43791 43915])
|
|
168 |
("gomoku-move-se" function (:user-visible-flag t) nil [43917 44043])
|
|
169 |
("gomoku-move-nw" function (:user-visible-flag t) nil [44045 44170])
|
|
170 |
("gomoku-move-sw" function (:user-visible-flag t) nil [44172 44299])
|
|
171 |
("gomoku-beginning-of-line" function (:user-visible-flag t) nil [44301 44443])
|
|
172 |
("gomoku-end-of-line" function (:user-visible-flag t) nil [44445 44639])
|
|
173 |
("gomoku" package nil nil [44641 44658]))
|
|
174 |
:file "gomoku.el"
|
|
175 |
:pointmax 44684
|
|
176 |
:fsize 44683
|
|
177 |
:lastmodtime '(23525 29595 0 0)
|
|
178 |
:unmatched-syntax nil))
|
|
179 |
:file "!drive_c!Program Files!Emacs 26.1!share!emacs!26.1!lisp!play!semantic.cache"
|
|
180 |
:semantic-tag-version "2.0"
|
|
181 |
:semanticdb-version "2.2")
|