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$" |