Functions | Variables
predicates.c File Reference
#include "eus.h"
Include dependency graph for predicates.c:

Go to the source code of this file.

Functions

pointer ATOM (context *ctx, int n, pointer *argv)
pointer BOUNDP (context *ctx, int n, argv)
pointer call1 (context *, pointer, pointer)
pointer call2 (context *, pointer, pointer, pointer)
pointer CONSP (context *ctx, int n, pointer *argv)
pointer ENDP (context *ctx, int n, argv)
pointer EQ (context *ctx, int n, pointer *argv)
pointer equal (pointer x, pointer y)
pointer EQUAL (context *ctx, int n, argv)
pointer FBOUNDP (context *ctx, int n, pointer *argv)
pointer FLOATP (context *ctx, int n, pointer *argv)
pointer INTEGERP (context *ctx, int n, pointer *argv)
pointer LISTP (context *ctx, int n, pointer *argv)
pointer NILP (context *ctx, int n, pointer *argv)
pointer NUMBERP (context *ctx, int n, pointer *argv)
void predicates (context *ctx, pointer mod)
pointer STREAMP (context *ctx, int n, argv)
pointer STRINGP (context *ctx, int n, pointer *argv)
pointer superequal (pointer x, pointer y)
pointer SUPEREQUAL (context *ctx, int n, argv)
pointer SYMBOLP (context *ctx, int n, pointer *argv)

Variables

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

Function Documentation

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

Definition at line 12 of file predicates.c.

pointer BOUNDP ( context ctx,
int  n,
argv   
)

Definition at line 95 of file predicates.c.

pointer call1 ( context ,
pointer  ,
pointer   
)

Definition at line 35 of file sequence.c.

pointer call2 ( context ,
pointer  ,
pointer  ,
pointer   
)

Definition at line 43 of file sequence.c.

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

Definition at line 57 of file predicates.c.

pointer ENDP ( context ctx,
int  n,
argv   
)

Definition at line 64 of file predicates.c.

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

Definition at line 19 of file predicates.c.

pointer equal ( pointer  x,
pointer  y 
)

Definition at line 162 of file predicates.c.

pointer EQUAL ( context ctx,
int  n,
argv   
)

Definition at line 190 of file predicates.c.

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

Definition at line 106 of file predicates.c.

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

Definition at line 88 of file predicates.c.

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

Definition at line 81 of file predicates.c.

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

Definition at line 47 of file predicates.c.

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

Definition at line 26 of file predicates.c.

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

Definition at line 73 of file predicates.c.

void predicates ( context ctx,
pointer  mod 
)

Definition at line 214 of file predicates.c.

pointer STREAMP ( context ctx,
int  n,
argv   
)

Definition at line 115 of file predicates.c.

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

Definition at line 40 of file predicates.c.

Definition at line 124 of file predicates.c.

pointer SUPEREQUAL ( context ctx,
int  n,
argv   
)

Definition at line 197 of file predicates.c.

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

Definition at line 33 of file predicates.c.


Variable Documentation

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

Definition at line 5 of file predicates.c.



euslisp
Author(s): Toshihiro Matsui
autogenerated on Thu Sep 3 2015 10:36:20