|
gwenhywfar 5.12.0
|

Go to the source code of this file.
Functions | |
| int | GWEN_Funcs_Call (const GWEN_FUNCS *func) |
| int | GWEN_Funcs_Call_Args (const GWEN_FUNCS *func, int argc, char **argv) |
| int | GWEN_Funcs_Call_DB_NODE_Args (const GWEN_FUNCS *func, GWEN_DB_NODE *node, int argc, char **argv) |
| const GWEN_FUNCS * | GWEN_Funcs_Find (const GWEN_FUNCS *funcs, const char *name) |
| int | GWEN_Funcs_Has_Call (const GWEN_FUNCS *func) |
| int | GWEN_Funcs_Has_Call_Args (const GWEN_FUNCS *func) |
| int | GWEN_Funcs_Has_Call_DB_NODE_Args (const GWEN_FUNCS *func) |
| void | GWEN_Funcs_Usage (const GWEN_FUNCS *funcs) |
| void | GWEN_Funcs_Usage_With_Help (const GWEN_FUNCS *funcs) |
| int GWEN_Funcs_Call | ( | const GWEN_FUNCS * | func | ) |
Definition at line 49 of file funcs.c.
References GWEN_FUNCS::func1.
| int GWEN_Funcs_Call_Args | ( | const GWEN_FUNCS * | func, |
| int | argc, | ||
| char ** | argv ) |
Definition at line 54 of file funcs.c.
References GWEN_FUNCS::func2.
| int GWEN_Funcs_Call_DB_NODE_Args | ( | const GWEN_FUNCS * | func, |
| GWEN_DB_NODE * | node, | ||
| int | argc, | ||
| char ** | argv ) |
Definition at line 59 of file funcs.c.
References GWEN_FUNCS::func3.
Referenced by main().

| const GWEN_FUNCS * GWEN_Funcs_Find | ( | const GWEN_FUNCS * | funcs, |
| const char * | name ) |
This function returns a pointer to the function identified by name or NULL if function has not been found.
Definition at line 95 of file funcs.c.
References GWEN_FUNCS::name, and NULL.
Referenced by main().

| int GWEN_Funcs_Has_Call | ( | const GWEN_FUNCS * | func | ) |
Definition at line 34 of file funcs.c.
References GWEN_FUNCS::func1, and NULL.
| int GWEN_Funcs_Has_Call_Args | ( | const GWEN_FUNCS * | func | ) |
Definition at line 39 of file funcs.c.
References GWEN_FUNCS::func2, and NULL.
| int GWEN_Funcs_Has_Call_DB_NODE_Args | ( | const GWEN_FUNCS * | func | ) |
Definition at line 44 of file funcs.c.
References GWEN_FUNCS::func3, and NULL.
| void GWEN_Funcs_Usage | ( | const GWEN_FUNCS * | funcs | ) |
This function prints out a space separated list of all defined functions
Definition at line 67 of file funcs.c.
References GWEN_FUNCS::description, and GWEN_FUNCS::name.
| void GWEN_Funcs_Usage_With_Help | ( | const GWEN_FUNCS * | funcs | ) |
This function prints out list of all defined functions including the description
Definition at line 82 of file funcs.c.
References GWEN_FUNCS::description, and GWEN_FUNCS::name.
Referenced by main().
