Lines Matching refs:funcall
90 (let ((result (funcall next-fn curr-pos)))
113 (let ((result (funcall next-fn curr-pos)))
136 thereis (funcall next-fn curr-pos))))
144 thereis (funcall next-fn curr-pos))))))
203 (funcall inner-matcher curr-pos)))))))))
230 (or (funcall repeat-matcher start-pos)
231 (funcall next-fn start-pos))))
248 (funcall repeat-matcher start-pos)
250 (funcall next-fn start-pos))))
267 (or (funcall repeat-matcher start-pos)
268 (funcall next-fn start-pos))))
310 (return-from greedy-aux (funcall next-fn start-pos)))
319 (funcall repeat-matcher start-pos)
323 (funcall next-fn start-pos)))))
346 (return-from greedy-aux (funcall next-fn start-pos)))
349 (funcall repeat-matcher start-pos)
351 (funcall next-fn start-pos)))))
382 thereis (funcall next-fn curr-pos)
384 finally (return (funcall next-fn curr-pos)))))
393 thereis (funcall next-fn curr-pos)
395 finally (return (funcall next-fn curr-pos)))))))
456 (funcall inner-matcher curr-pos)))))))))
481 (or (funcall next-fn start-pos)
482 (funcall repeat-matcher start-pos))))
494 (or (funcall next-fn start-pos)
500 (funcall repeat-matcher start-pos)
518 (or (funcall next-fn start-pos)
519 (funcall repeat-matcher start-pos))))
561 (return-from non-greedy-aux (funcall next-fn start-pos)))
565 (or (funcall next-fn start-pos)
571 (funcall repeat-matcher start-pos)
597 (return-from non-greedy-aux (funcall next-fn start-pos)))
599 (or (funcall next-fn start-pos)
601 (funcall repeat-matcher start-pos)
633 (funcall next-fn target-end-pos)))))
696 (funcall next-fn next-pos))))
708 (funcall inner-matcher curr-pos))))))))
746 (return-from constant-aux (funcall next-fn start-pos)))
756 (funcall repeat-matcher start-pos)
762 (funcall next-fn start-pos))))))
782 (funcall repeat-matcher start-pos)
784 (t (funcall next-fn start-pos)))))