Home
last modified time | relevance | path

Searched refs:funcall (Results 1 – 25 of 3045) sorted by relevance

12345678910>>...122

/dports/databases/pgloader3/postmodern-20210124-git/postmodern/tests/
H A Dtest-prepared-statements.lisp172 (is (equal (funcall 'select1 1)
189 (funcall 'select1 1)
212 (is (equal (funcall 'select1 10)
218 (funcall 'select1 2)
573 (is (equal (funcall 'select1 1)
590 (is (equal (funcall 'select1 1)
622 (funcall 'select1 2)
844 (funcall getpid)
916 (funcall getpid)
920 (funcall getpid)
[all …]
H A Dtests.lisp179 (signals error (funcall 'select1))
198 (funcall 'select1 2)
308 (funcall 'select1 2)
335 (funcall getpid)))
347 (funcall getpid)))
349 (funcall getpid)
392 (is-true (funcall getpid))
414 (funcall getpid)))
421 (funcall getpid)
425 (funcall getpid)
[all …]
/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A Dassoc.lisp45 (assoc-guts (funcall test item (funcall key (caar alist))))
46 (assoc-guts (funcall test item (caar alist)))))
49 (assoc-guts (not (funcall test-not item
50 (funcall key (caar alist)))))
59 (assoc-guts (funcall predicate (funcall key (caar alist))))
64 (assoc-guts (not (funcall predicate (funcall key (caar alist)))))
70 (assoc-guts (funcall test item (funcall key (cdar alist))))
74 (assoc-guts (not (funcall test-not item
75 (funcall key (cdar alist)))))
84 (assoc-guts (funcall predicate (funcall key (cdar alist))))
[all …]
H A Dextensible-sequences.lisp327 (when (funcall test item (funcall key o))
341 (when (funcall pred (funcall key o))
355 (unless (funcall pred (funcall key o))
371 (when (funcall test item (funcall key o))
385 (when (funcall pred (funcall key o))
399 (unless (funcall pred (funcall key o))
431 (when (funcall pred (funcall key o))
447 (unless (funcall pred (funcall key o))
496 (when (funcall test old (funcall key (funcall elt sequence state)))
513 (when (funcall predicate (funcall key (funcall elt sequence state)))
[all …]
/dports/lang/sbcl/sbcl-1.3.13/src/pcl/
H A Dsequence.lisp464 (when (funcall test item (funcall key o))
478 (when (funcall pred (funcall key o))
492 (unless (funcall pred (funcall key o))
508 (when (funcall test item (funcall key o))
522 (when (funcall pred (funcall key o))
536 (unless (funcall pred (funcall key o))
568 (when (funcall pred (funcall key o))
584 (unless (funcall pred (funcall key o))
632 (when (funcall test old (funcall key (funcall elt sequence state)))
649 (when (funcall predicate (funcall key (funcall elt sequence state)))
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/test/lisp/
H A Dallout-widgets-tests.el55 (should (equal (funcall try 3 5) '(nil ((3 5)))))
57 (should (equal (funcall try 10 12) '(nil ((3 5) (10 12)))))
59 (should (equal (funcall try 1 2) '(nil ((1 2) (3 5) (10 12)))))
63 (should (equal (funcall try 5 8) '(t ((1 2) (3 9) (10 12)))))
67 (should (equal (funcall try 20 22)
72 (should (equal (funcall try 2 25) '(t ((1 25)))))
76 (should (equal (funcall try 20 25) '(nil ((20 25)))))
77 (should (equal (funcall try 30 35) '(nil ((20 25) (30 35)))))
80 (should (equal (funcall try 10 30) '(t ((10 35)))))
81 (should (equal (funcall try 5 6) '(nil ((5 6) (10 35)))))
[all …]
H A Dibuffer-tests.el266 (funcall clean-up)))
771 (funcall tag (funcall description 'mode)
774 (funcall tag (funcall description 'size-lt)
777 (funcall tag (funcall description 'derived-mode)
781 (funcall tag (funcall description 'size-gt)
794 (funcall tag (funcall description 'filename)
796 (funcall tag (funcall description 'filename)
798 (funcall tag (funcall description 'filename)
802 (funcall tag (funcall description 'mode)
804 (funcall tag (funcall description 'file-extension)
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/test/lisp/emacs-lisp/
H A Dcconv-tests.el34 (should (eq (funcall fun) 'lambda-result))))
42 (should (equal '(2 1) (funcall fun '(1 2))))))
179 (funcall f))))
181 (funcall f x)))))
185 (equal (funcall
193 (funcall subfun arg))))
254 (list x (funcall f))))))))
324 (list x (funcall g) (funcall h)))))))
331 (list x (funcall g closed-x) (funcall h closed-x))))))))
339 (list x (funcall g) (funcall h)))))))
[all …]
/dports/databases/pgloader3/cl-ppcre-20190521-git/
H A Dclosures.lisp101 (funcall next-fn start-pos)))
136 (and (funcall test-matcher start-pos)
137 (funcall next-fn start-pos)))
142 (funcall next-fn start-pos))))))
159 (funcall next-fn start-pos)))
166 (funcall next-fn start-pos))))))
312 (funcall next-fn start-pos)))
315 (funcall next-fn start-pos)))))
326 (funcall next-fn (1+ start-pos))))
458 (funcall next-fn next-pos))))))
[all …]
H A Drepetition-closures.lisp136 thereis (funcall next-fn curr-pos))))
230 (or (funcall repeat-matcher start-pos)
231 (funcall next-fn start-pos))))
268 (funcall next-fn start-pos))))
382 thereis (funcall next-fn curr-pos)
393 thereis (funcall next-fn curr-pos)
481 (or (funcall next-fn start-pos)
494 (or (funcall next-fn start-pos)
518 (or (funcall next-fn start-pos)
599 (or (funcall next-fn start-pos)
[all …]
/dports/textproc/cl-ppcre/cl-ppcre-2.1.1/
H A Dclosures.lisp101 (funcall next-fn start-pos)))
136 (and (funcall test-matcher start-pos)
137 (funcall next-fn start-pos)))
142 (funcall next-fn start-pos))))))
159 (funcall next-fn start-pos)))
166 (funcall next-fn start-pos))))))
312 (funcall next-fn start-pos)))
315 (funcall next-fn start-pos)))))
326 (funcall next-fn (1+ start-pos))))
458 (funcall next-fn next-pos))))))
[all …]
H A Drepetition-closures.lisp136 thereis (funcall next-fn curr-pos))))
230 (or (funcall repeat-matcher start-pos)
231 (funcall next-fn start-pos))))
268 (funcall next-fn start-pos))))
382 thereis (funcall next-fn curr-pos)
393 thereis (funcall next-fn curr-pos)
481 (or (funcall next-fn start-pos)
494 (or (funcall next-fn start-pos)
518 (or (funcall next-fn start-pos)
599 (or (funcall next-fn start-pos)
[all …]
/dports/lang/lfe/lfe-1.3/examples/
H A Dchurch.lfe49 (funcall s x))))
54 (funcall s
60 (funcall s
61 (funcall s
67 (funcall s
68 (funcall s
69 (funcall s
82 (funcall (funcall church-numeral #'int-successor/1) 0))
88 (funcall (funcall (funcall church-numeral) #'int-successor/1) 0))
93 (funcall s
[all …]
/dports/math/maxima/maxima-5.43.2/share/contrib/unicodedata/
H A Dunicodedata.el49 (if (funcall #',predicate k v)
165 (funcall print-as-symbol (nth 2 x))
166 (funcall print-as-symbol (nth 3 x))
167 (funcall print-as-symbol (nth 4 x))
168 (funcall print-as-symbol (nth 5 x))
169 (funcall print-as-symbol (nth 6 x))
170 (funcall print-as-symbol (nth 7 x))
171 (funcall print-as-symbol (nth 8 x))
177 (funcall print-as-hex (nth 14 x))
178 (funcall print-as-hex (nth 15 x))
[all …]
/dports/lang/guile2/guile-2.2.7/module/language/elisp/
H A Dboot.el129 `(funcall (@ (guile) dynamic-wind)
254 (funcall (@ (guile) real?) object))
361 (if (funcall test elt (car list))
412 (funcall (@ (guile) list->string)
451 (funcall (if (listp sequence)
511 (funcall plist-function symbol))
514 (funcall (funcall (@ (guile) setter) plist-function) symbol plist))
535 `(funcall (@ (guile) catch)
583 (funcall (@ (guile) write) object))
586 (funcall (@ (guile) newline)))
[all …]
/dports/lang/guile/guile-3.0.7/module/language/elisp/
H A Dboot.el129 `(funcall (@ (guile) dynamic-wind)
254 (funcall (@ (guile) real?) object))
361 (if (funcall test elt (car list))
412 (funcall (@ (guile) list->string)
451 (funcall (if (listp sequence)
511 (funcall plist-function symbol))
514 (funcall (funcall (@ (guile) setter) plist-function) symbol plist))
535 `(funcall (@ (guile) catch)
583 (funcall (@ (guile) write) object))
586 (funcall (@ (guile) newline)))
[all …]
/dports/editors/emacs/emacs-27.2/test/lisp/
H A Dibuffer-tests.el266 (funcall clean-up)))
771 (funcall tag (funcall description 'mode)
774 (funcall tag (funcall description 'size-lt)
777 (funcall tag (funcall description 'derived-mode)
781 (funcall tag (funcall description 'size-gt)
794 (funcall tag (funcall description 'filename)
796 (funcall tag (funcall description 'filename)
798 (funcall tag (funcall description 'filename)
802 (funcall tag (funcall description 'mode)
804 (funcall tag (funcall description 'file-extension)
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dsequence.d242 pushSTACK(name); funcall(S(subtype_sequence),1); in valid_type1()
530 funcall(seq_access(STACK_(5+2)),2); in copy_seqpart_into()
535 funcall(seq_access_set(STACK_(3+3)),3); in copy_seqpart_into()
1344 funcall(predicate,argcount+1); in seq_boolop()
1476 funcall(seq_access_set(*result_type_),3);
1578 funcall(Before(rest_args_pointer),argcount);
1584 funcall(seq_access_set(*typdescr_),3);
1687 funcall(STACK_(6+1),0);
2310 funcall(L(aref),2); /* (AREF sequence j) */ in delete_help()
3036 funcall(L(make_hash_table),2); in seq_duplicates()
[all …]
/dports/editors/emacs/emacs-27.2/lisp/emacs-lisp/
H A Dgv.el266 (funcall setter val)))
341 (funcall do `(nthcdr ,idx ,getter)
385 (funcall do (if (null default) `(cdr ,p)
391 ,(funcall setter
448 (funcall do `(funcall (car ,gv))
482 (funcall do `(funcall (car ,gv))
491 (declare (gv-expander funcall))
517 (funcall do
528 (funcall
531 (funcall setter
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/fault_injection/
H A Dfault_injection.h134 #define NACL_FI(site_name, funcall, error_value) \ argument
135 (NaClFaultInjectionFaultP(site_name) ? (error_value) : (funcall))
183 #define NACL_FI_VAL(site_name, type, funcall) \ argument
186 : (funcall))
198 #define NACL_FI_SYSCALL(site_name, funcall) \ argument
201 : (funcall))
213 #define NACL_FI_TYPED_SYSCALL(site_name, type, funcall) \ argument
216 : (funcall))
/dports/editors/emacs-devel/emacs-4d1968b/lisp/emacs-lisp/
H A Dgv.el284 (funcall setter val)))
432 (funcall do
477 (funcall do `(funcall (car ,gv))
511 (funcall do `(funcall (car ,gv))
516 (funcall do `(error . ,args)
525 (declare (gv-expander funcall))
551 (funcall do
565 (funcall
570 ,(funcall setter
603 (funcall (car ref)))
[all …]
/dports/editors/emacs/emacs-27.2/lisp/gnus/
H A Dgnus-int.el286 (funcall open-server-function
371 (funcall (gnus-get-function gnus-command-method
398 (funcall func date (nth 1 gnus-command-method)))))
411 (funcall (gnus-get-function gnus-command-method
503 (funcall
627 (setq res (funcall head article
741 (funcall
755 (result (funcall (gnus-get-function gnus-command-method
787 (funcall
858 (funcall func)))))
[all …]
/dports/lang/sbcl/sbcl-1.3.13/tests/
H A Darith.pure.lisp192 (assert (= (funcall
223 (assert (= (funcall f 1) 0))
225 (assert (= (funcall f -1) 0)))
313 (funcall (lambda ()
619 (assert (= 0 (- (funcall one 10) (funcall two 10))))))
650 (assert (eql (funcall
663 (assert (eql (funcall
711 (assert (= (funcall
717 (assert (= (funcall
754 (assert (= (funcall fun
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/test/src/
H A Dminibuf-tests.el65 (let* ((abcdef (funcall xform-collection '("abc" "def")))
73 (let* ((abcdef (funcall xform-collection '("abc" "def")))
74 (abcdef-member (funcall collection-member abcdef))
76 (+abba-member (funcall collection-member +abba)))
87 (let ((abcdef (funcall xform-collection '("abc" "def")))
101 (let* ((abcdef (funcall xform-collection '("abc" "def")))
109 (let* ((abcdef (funcall xform-collection '("abc" "def")))
112 (+abba-member (funcall collection-member +abba)))
123 (let ((abcdef (funcall xform-collection '("abc" "def")))
148 (+abba-member (funcall collection-member +abba)))
[all …]
/dports/editors/emacs/emacs-27.2/test/src/
H A Dminibuf-tests.el65 (let* ((abcdef (funcall xform-collection '("abc" "def")))
73 (let* ((abcdef (funcall xform-collection '("abc" "def")))
74 (abcdef-member (funcall collection-member abcdef))
76 (+abba-member (funcall collection-member +abba)))
87 (let ((abcdef (funcall xform-collection '("abc" "def")))
101 (let* ((abcdef (funcall xform-collection '("abc" "def")))
109 (let* ((abcdef (funcall xform-collection '("abc" "def")))
112 (+abba-member (funcall collection-member +abba)))
123 (let ((abcdef (funcall xform-collection '("abc" "def")))
148 (+abba-member (funcall collection-member +abba)))
[all …]

12345678910>>...122