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

pointer APPEND ( context ctx,
int  n,
argv   
)

Definition at line 197 of file lists.c.

pointer ASSOC ( context ctx,
int  n,
argv   
)

Definition at line 335 of file lists.c.

pointer assq ( pointer  item,
pointer  alist 
)

Definition at line 317 of file lists.c.

pointer ASSQ ( context ctx,
int  n,
argv   
)

Definition at line 328 of file lists.c.

pointer BUTLAST ( context ctx,
int  n,
argv   
)

Definition at line 373 of file lists.c.

pointer CAAR ( context ctx,
int  n,
argv   
)

Definition at line 76 of file lists.c.

pointer CADDR ( context ctx,
int  n,
argv   
)

Definition at line 89 of file lists.c.

pointer CADR ( context ctx,
int  n,
argv   
)

Definition at line 37 of file lists.c.

pointer call1 ( context ,
pointer  ,
pointer   
)

Definition at line 37 of file sequence.c.

pointer call2 ( context ,
pointer  ,
pointer  ,
pointer   
)

Definition at line 45 of file sequence.c.

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

Definition at line 17 of file lists.c.

pointer CDAR ( context ctx,
int  n,
argv   
)

Definition at line 63 of file lists.c.

pointer CDDR ( context ctx,
int  n,
argv   
)

Definition at line 50 of file lists.c.

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

Definition at line 27 of file lists.c.

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

Definition at line 134 of file lists.c.

pointer equal ( )
pointer LIST ( context ctx,
int  n,
argv   
)

Definition at line 181 of file lists.c.

pointer LIST_STAR ( context ctx,
int  n,
argv   
)

Definition at line 189 of file lists.c.

void lists ( context ctx,
pointer  mod 
)

Definition at line 411 of file lists.c.

pointer MEMBER ( context ctx,
int  n,
argv   
)

Definition at line 281 of file lists.c.

pointer memq ( pointer  item,
pointer  list 
)

Definition at line 267 of file lists.c.

pointer MEMQ ( context ctx,
int  n,
argv   
)

Definition at line 274 of file lists.c.

pointer NBUTLAST ( context ctx,
int  n,
argv   
)

Definition at line 390 of file lists.c.

pointer NCONC ( context ctx,
int  n,
argv   
)

Definition at line 213 of file lists.c.

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

Definition at line 251 of file lists.c.

pointer NSUBST ( context ctx,
int  n,
argv   
)

Definition at line 259 of file lists.c.

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

Definition at line 105 of file lists.c.

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

Definition at line 119 of file lists.c.

pointer RPLACA ( context ctx,
int  n,
argv   
)

Definition at line 141 of file lists.c.

pointer RPLACA2 ( context ctx,
int  n,
argv   
)

Definition at line 151 of file lists.c.

pointer RPLACD ( context ctx,
int  n,
argv   
)

Definition at line 161 of file lists.c.

pointer RPLACD2 ( context ctx,
int  n,
argv   
)

Definition at line 171 of file lists.c.

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

Definition at line 231 of file lists.c.

pointer SUBST ( context ctx,
int  n,
argv   
)

Definition at line 243 of file lists.c.

pointer SUPERASSOC ( context ctx,
int  n,
argv   
)

Definition at line 351 of file lists.c.

pointer SUPERMEMBER ( context ctx,
int  n,
argv   
)

Definition at line 294 of file lists.c.

Variable Documentation

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

Definition at line 7 of file lists.c.



euslisp
Author(s): Toshihiro Matsui
autogenerated on Fri Feb 21 2020 03:20:54