Go to the source code of this file.
Functions | |
pointer | ALNUMP (context *ctx, int n, argv) |
pointer | ALPHAP (context *ctx, int n, argv) |
void | charstring (context *ctx, pointer mod) |
pointer | CHDOWNCASE (context *ctx, int n, argv) |
pointer | CHUPCASE (context *ctx, int n, argv) |
pointer | DIGITP (context *ctx, int n, argv) |
pointer | EUSCHAR (context *ctx, int n, argv) |
pointer | LOWCASEP (context *ctx, int n, argv) |
pointer | SETCHAR (context *ctx, int n, argv) |
pointer | STR_EQ (context *ctx, int n, argv) |
pointer | STR_GE (context *ctx, int n, argv) |
pointer | STR_GT (context *ctx, int n, argv) |
pointer | STR_LE (context *ctx, int n, argv) |
pointer | STR_LT (context *ctx, int n, argv) |
pointer | STRINGEQ (context *ctx, int n, argv) |
pointer | STRINGEQUAL (context *ctx, int n, argv) |
pointer | UPCASEP (context *ctx, int n, argv) |
Variables | |
static char * | rcsid = "@(#)$Id$" |
void charstring | ( | context * | ctx, |
pointer | mod | ||
) |
Definition at line 180 of file charstring.c.
pointer CHDOWNCASE | ( | context * | ctx, |
int | n, | ||
argv | |||
) |
Definition at line 84 of file charstring.c.
pointer STRINGEQUAL | ( | context * | ctx, |
int | n, | ||
argv | |||
) |
Definition at line 110 of file charstring.c.
char* rcsid = "@(#)$Id$" [static] |
Definition at line 6 of file charstring.c.