Lines Matching refs:aref
86 (unless (aref words-by-length len)
87 (setf (aref words-by-length len)
92 (let ((word-list (aref words-by-length len)))
102 (unless (aref words-by-length len)
103 (setf (aref words-by-length len)
108 (let ((word-list (aref words-by-length len)))
131 (let ((word-list (aref words-by-length len)))
137 (let ((word-list (aref words-by-length len)))
145 (let ((word-list (aref words-by-length len)))
154 (let ((word-list (aref words-by-length len)))
160 (let ((word-list (aref words-by-length len)))
178 (let ((word-list (aref words-by-length len)))
188 (let ((word-list (aref words-by-length len)))
195 (gethash word (word-list-hashed (aref words-by-length (length word))))
207 (push (gethash word (word-list-hashed (aref words-by-length len)))
227 (cond ((< (aref vec1 i) (aref vec2 i)) (return t))
228 ((> (aref vec1 i) (aref vec2 i)) (return nil))