Go to the source code of this file.
Functions | |
pointer | ALNUMP (context *ctx, int n, argv) |
pointer | ALPHAP (context *ctx, int n, argv) |
pointer | CHAR (context *ctx, int n, argv) |
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) |
byte * | get_string () |
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: charstring.old.c,v 1.1.1.1 2003/11/20 07:46:26 eus Exp $" |
charstring | ( | context * | ctx, |
pointer | mod | ||
) |
Definition at line 179 of file charstring.old.c.
pointer CHDOWNCASE | ( | context * | ctx, |
int | n, | ||
argv | |||
) |
Definition at line 86 of file charstring.old.c.
byte* get_string | ( | ) |
pointer STRINGEQUAL | ( | context * | ctx, |
int | n, | ||
argv | |||
) |
Definition at line 112 of file charstring.old.c.
Definition at line 6 of file charstring.old.c.