Go to the source code of this file.
Data Structures | |
struct | __j_useropt__ |
User-defined option. More... | |
Typedefs | |
typedef __j_useropt__ | USEROPT |
User-defined option. | |
Functions | |
boolean | j_add_option (char *fmt, int argnum, int reqargnum, char *desc, boolean(*func)(Jconf *jconf, char *arg[], int argnum)) |
Add a user-defined option to Julius. | |
void | useropt_free_all () |
Release all user option data. | |
int | useropt_exec (Jconf *jconf, char *argv[], int argc, int *n) |
Inspect for the user-specified options at option parsing. | |
void | useropt_show_desc (FILE *fp) |
Output description of all the registered user options. |
Definition in file useropt.h.
int useropt_exec | ( | Jconf * | jconf, | |
char * | argv[], | |||
int | argc, | |||
int * | n | |||
) |
Inspect for the user-specified options at option parsing.
jconf | [in] global configuration variables | |
argv | [in] argument array | |
argc | [in] number of arguments in argv | |
n | [i/o] current position in argv |
Definition at line 187 of file useropt.c.
Referenced by opt_parse().
Here is the caller graph for this function:
void useropt_show_desc | ( | FILE * | fp | ) |
Output description of all the registered user options.
fp | [in] file pointer to output for |
Definition at line 233 of file useropt.c.
Referenced by j_output_argument_help().
Here is the caller graph for this function: