Home
last modified time | relevance | path

Searched refs:newcdr (Results 1 – 22 of 22) sorted by relevance

/dports/devel/R-cran-rlang/rlang/R/
H A Dnode.R66 node_poke_cdr <- function(x, newcdr) { argument
67 invisible(.Call(rlang_node_poke_cdr, x, newcdr))
81 node_poke_cdar <- function(x, newcdr) { argument
82 invisible(.Call(rlang_node_poke_cdar, x, newcdr))
86 node_poke_cddr <- function(x, newcdr) { argument
87 invisible(.Call(rlang_node_poke_cddr, x, newcdr))
H A Dlifecycle-retired.R1398 mut_node_cdr <- function(x, newcdr) { argument
1400 invisible(.Call(rlang_node_poke_cdr, x, newcdr))
1416 mut_node_cdar <- function(x, newcdr) { argument
1418 invisible(.Call(rlang_node_poke_cdar, x, newcdr))
1422 mut_node_cddr <- function(x, newcdr) { argument
1424 invisible(.Call(rlang_node_poke_cddr, x, newcdr))
/dports/devel/R-cran-rlang/rlang/man/
H A Dmut_node_car.Rd15 mut_node_cdr(x, newcdr)
21 mut_node_cdar(x, newcdr)
23 mut_node_cddr(x, newcdr)
34 \item{newcdr}{The new CAR or CDR for the node. These
H A Dnew_node.Rd37 node_poke_cdr(x, newcdr)
43 node_poke_cdar(x, newcdr)
45 node_poke_cddr(x, newcdr)
52 \item{car, newcar, cdr, newcdr}{The new CAR or CDR for the node. These
/dports/devel/R-cran-rlang/rlang/src/lib/
H A Dnode.h19 sexp* r_node_poke_cdr(sexp* x, sexp* newcdr) { in r_node_poke_cdr() argument
20 SETCDR(x, newcdr); in r_node_poke_cdr()
44 sexp* r_node_poke_cddr(sexp* x, sexp* newcdr) { in r_node_poke_cddr() argument
45 SETCDR(CDR(x), newcdr); in r_node_poke_cddr()
/dports/devel/R-cran-vctrs/vctrs/src/
H A Dutils-rlang.h31 sexp* r_node_poke_cdr(sexp* x, sexp* newcdr) { in r_node_poke_cdr() argument
32 SETCDR(x, newcdr); in r_node_poke_cdr()
56 sexp* r_node_poke_cddr(sexp* x, sexp* newcdr) { in r_node_poke_cddr() argument
57 SETCDR(CDR(x), newcdr); in r_node_poke_cddr()
/dports/editors/emacs-devel/emacs-4d1968b/lisp/nxml/
H A Drng-cmpct.el587 (let ((newcdr (cons (rng-c-parse-repeated) nil)))
588 (setcdr tail newcdr)
589 (setq tail newcdr))
722 (let ((newcdr
726 (setcdr tail newcdr)
727 (setq tail newcdr))
836 (let ((newcdr (cons (cons (intern name)
839 (setcdr tail newcdr)
840 (setq tail newcdr))))
/dports/editors/emacs/emacs-27.2/lisp/nxml/
H A Drng-cmpct.el590 (let ((newcdr (cons (rng-c-parse-repeated) nil)))
591 (setcdr tail newcdr)
592 (setq tail newcdr))
725 (let ((newcdr
729 (setcdr tail newcdr)
730 (setq tail newcdr))
839 (let ((newcdr (cons (cons (intern name)
842 (setcdr tail newcdr)
843 (setq tail newcdr))))
/dports/lang/sbcl/sbcl-1.3.13/tests/
H A Dsystem.impure.lisp36 (defun test-a-cons (acons oldcar oldcdr newcar newcdr)
38 (%cons-cas-pair acons oldcar oldcdr newcar newcdr))
/dports/lang/guile2/guile-2.2.7/module/language/elisp/
H A Dboot.el340 (defun setcdr (cell newcdr)
343 (funcall (@ (guile) set-cdr!) cell newcdr)
344 newcdr)
385 (defun rplacd (cell newcdr)
386 (funcall (@ (guile) set-cdr!) cell newcdr)
387 newcdr)
/dports/lang/guile/guile-3.0.7/module/language/elisp/
H A Dboot.el340 (defun setcdr (cell newcdr)
343 (funcall (@ (guile) set-cdr!) cell newcdr)
344 newcdr)
385 (defun rplacd (cell newcdr)
386 (funcall (@ (guile) set-cdr!) cell newcdr)
387 newcdr)
/dports/devel/tla/tla-1.3.5/src/hackerlab/rx/
H A Dnfa.c1092 struct rx_nfa_state_set * newcdr; in nfa_set_adjoin() local
1093 newcdr = nfa_set_adjoin (rx, memo, state, set->cdr); in nfa_set_adjoin()
1094 if (!newcdr) in nfa_set_adjoin()
1096 if (newcdr != set->cdr) in nfa_set_adjoin()
1097 set = nfa_set_cons (rx, memo, set->car, newcdr); in nfa_set_adjoin()
/dports/devel/R-cran-rlang/rlang/src/export/
H A Dexported.c235 sexp* rlang_node_poke_cdr(sexp* x, sexp* newcdr) { in rlang_node_poke_cdr() argument
236 SETCDR(x, newcdr); in rlang_node_poke_cdr()
251 sexp* rlang_node_poke_cddr(sexp* x, sexp* newcdr) { in rlang_node_poke_cddr() argument
252 SETCDR(CDR(x), newcdr); in rlang_node_poke_cddr()
/dports/irc/srvx/srvx-1.3.1/rx/
H A Drxnfa.c648 struct rx_nfa_state_set * newcdr local
650 if (newcdr != set->cdr)
651 set = nfa_set_cons (rx, memo, set->car, newcdr);
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/xlisp/
H A Dxllist.c660 LVAL list,newcdr; in xrplcd() local
664 newcdr = xlgetarg(); in xrplcd()
668 rplacd(list,newcdr); in xrplcd()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Ddefs1.lisp438 (newcar (subst car)) (newcdr (subst cdr)))
439 (if (and (eq car newcar) (eq cdr newcdr))
441 (cons newcar newcdr)))
/dports/graphics/djvulibre/djvulibre-3.5.28/libdjvu/
H A Dminiexp.h221 MINILISPAPI miniexp_t miniexp_rplacd(miniexp_t pair, miniexp_t newcdr);
H A Dminiexp.cpp855 miniexp_rplacd(miniexp_t pair, miniexp_t newcdr) in miniexp_rplacd() argument
858 return miniexp_mutate(pair, &cdr(pair), newcdr); in miniexp_rplacd()
/dports/audio/flite/flite-2.1-release/lang/cmu_indic_lex/
H A Dcmu_indic_lex.c218 static void replace_cdr(const cst_val *it,const cst_val *newcdr) in replace_cdr() argument
225 set_cdr((cst_val *)it,newcdr); in replace_cdr()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Ddata.c633 (register Lisp_Object cell, Lisp_Object newcdr)
637 XSETCDR (cell, newcdr);
638 return newcdr;
/dports/editors/emacs/emacs-27.2/src/
H A Ddata.c641 (register Lisp_Object cell, Lisp_Object newcdr)
645 XSETCDR (cell, newcdr);
646 return newcdr;
/dports/japanese/xtr/xtr1.50e-0.2/lib/
H A Drx.c2023 struct rx_nfa_state_set * newcdr local
2025 if (newcdr != set->cdr)
2026 set = nfa_set_cons (rx, memo, set->car, newcdr);