Functions | Variables
lists.c File Reference

Go to the source code of this file.

Functions

pointer APPEND (context *ctx, int n, argv)
 
pointer ASSOC (context *ctx, int n, argv)
 
pointer assq (pointer item, pointer alist)
 
pointer ASSQ (context *ctx, int n, argv)
 
pointer BUTLAST (context *ctx, int n, argv)
 
pointer CAAR (context *ctx, int n, argv)
 
pointer CADDR (context *ctx, int n, argv)
 
pointer CADR (context *ctx, int n, argv)
 
pointer call1 (context *, pointer, pointer)
 
pointer call2 (context *, pointer, pointer, pointer)
 
pointer CAR (context *ctx, int n, pointer *argv)
 
pointer CDAR (context *ctx, int n, argv)
 
pointer CDDR (context *ctx, int n, argv)
 
pointer CDR (context *ctx, int n, pointer *argv)
 
pointer CONS (context *ctx, int n, pointer *argv)
 
pointer equal ()
 
pointer LIST (context *ctx, int n, argv)
 
pointer LIST_STAR (context *ctx, int n, argv)
 
void lists (context *ctx, pointer mod)
 
pointer MEMBER (context *ctx, int n, argv)
 
pointer memq (pointer item, pointer list)
 
pointer MEMQ (context *ctx, int n, argv)
 
pointer NBUTLAST (context *ctx, int n, argv)
 
pointer NCONC (context *ctx, int n, argv)
 
pointer nsubst (pointer x, pointer y, pointer *z)
 
pointer NSUBST (context *ctx, int n, argv)
 
pointer NTH (context *ctx, int n, pointer *argv)
 
pointer NTHCDR (context *ctx, int n, pointer *argv)
 
pointer RPLACA (context *ctx, int n, argv)
 
pointer RPLACA2 (context *ctx, int n, argv)
 
pointer RPLACD (context *ctx, int n, argv)
 
pointer RPLACD2 (context *ctx, int n, argv)
 
pointer subst (context *ctx, pointer x, pointer y, pointer z)
 
pointer SUBST (context *ctx, int n, argv)
 
pointer SUPERASSOC (context *ctx, int n, argv)
 
pointer SUPERMEMBER (context *ctx, int n, argv)
 

Variables

static char * rcsid ="@(#)$Id$"
 

Function Documentation

◆ APPEND()

pointer APPEND ( context ctx,
int  n,
argv   
)

Definition at line 197 of file lists.c.

◆ ASSOC()

pointer ASSOC ( context ctx,
int  n,
argv   
)

Definition at line 335 of file lists.c.

◆ assq()

pointer assq ( pointer  item,
pointer  alist 
)

Definition at line 317 of file lists.c.

◆ ASSQ()

pointer ASSQ ( context ctx,
int  n,
argv   
)

Definition at line 328 of file lists.c.

◆ BUTLAST()

pointer BUTLAST ( context ctx,
int  n,
argv   
)

Definition at line 373 of file lists.c.

◆ CAAR()

pointer CAAR ( context ctx,
int  n,
argv   
)

Definition at line 76 of file lists.c.

◆ CADDR()

pointer CADDR ( context ctx,
int  n,
argv   
)

Definition at line 89 of file lists.c.

◆ CADR()

pointer CADR ( context ctx,
int  n,
argv   
)

Definition at line 37 of file lists.c.

◆ call1()

pointer call1 ( context ,
pointer  ,
pointer   
)

Definition at line 37 of file sequence.c.

◆ call2()

pointer call2 ( context ,
pointer  ,
pointer  ,
pointer   
)

Definition at line 45 of file sequence.c.

◆ CAR()

pointer CAR ( context ctx,
int  n,
pointer argv 
)

Definition at line 17 of file lists.c.

◆ CDAR()

pointer CDAR ( context ctx,
int  n,
argv   
)

Definition at line 63 of file lists.c.

◆ CDDR()

pointer CDDR ( context ctx,
int  n,
argv   
)

Definition at line 50 of file lists.c.

◆ CDR()

pointer CDR ( context ctx,
int  n,
pointer argv 
)

Definition at line 27 of file lists.c.

◆ CONS()

pointer CONS ( context ctx,
int  n,
pointer argv 
)

Definition at line 134 of file lists.c.

◆ equal()

pointer equal ( )

◆ LIST()

pointer LIST ( context ctx,
int  n,
argv   
)

Definition at line 181 of file lists.c.

◆ LIST_STAR()

pointer LIST_STAR ( context ctx,
int  n,
argv   
)

Definition at line 189 of file lists.c.

◆ lists()

void lists ( context ctx,
pointer  mod 
)

Definition at line 411 of file lists.c.

◆ MEMBER()

pointer MEMBER ( context ctx,
int  n,
argv   
)

Definition at line 281 of file lists.c.

◆ memq()

pointer memq ( pointer  item,
pointer  list 
)

Definition at line 267 of file lists.c.

◆ MEMQ()

pointer MEMQ ( context ctx,
int  n,
argv   
)

Definition at line 274 of file lists.c.

◆ NBUTLAST()

pointer NBUTLAST ( context ctx,
int  n,
argv   
)

Definition at line 390 of file lists.c.

◆ NCONC()

pointer NCONC ( context ctx,
int  n,
argv   
)

Definition at line 213 of file lists.c.

◆ nsubst()

pointer nsubst ( pointer  x,
pointer  y,
pointer z 
)

Definition at line 251 of file lists.c.

◆ NSUBST()

pointer NSUBST ( context ctx,
int  n,
argv   
)

Definition at line 259 of file lists.c.

◆ NTH()

pointer NTH ( context ctx,
int  n,
pointer argv 
)

Definition at line 105 of file lists.c.

◆ NTHCDR()

pointer NTHCDR ( context ctx,
int  n,
pointer argv 
)

Definition at line 119 of file lists.c.

◆ RPLACA()

pointer RPLACA ( context ctx,
int  n,
argv   
)

Definition at line 141 of file lists.c.

◆ RPLACA2()

pointer RPLACA2 ( context ctx,
int  n,
argv   
)

Definition at line 151 of file lists.c.

◆ RPLACD()

pointer RPLACD ( context ctx,
int  n,
argv   
)

Definition at line 161 of file lists.c.

◆ RPLACD2()

pointer RPLACD2 ( context ctx,
int  n,
argv   
)

Definition at line 171 of file lists.c.

◆ subst()

pointer subst ( context ctx,
pointer  x,
pointer  y,
pointer  z 
)

Definition at line 231 of file lists.c.

◆ SUBST()

pointer SUBST ( context ctx,
int  n,
argv   
)

Definition at line 243 of file lists.c.

◆ SUPERASSOC()

pointer SUPERASSOC ( context ctx,
int  n,
argv   
)

Definition at line 351 of file lists.c.

◆ SUPERMEMBER()

pointer SUPERMEMBER ( context ctx,
int  n,
argv   
)

Definition at line 294 of file lists.c.

Variable Documentation

◆ rcsid

char* rcsid ="@(#)$Id$"
static

Definition at line 7 of file lists.c.



euslisp
Author(s): Toshihiro Matsui
autogenerated on Mon Feb 28 2022 22:18:28