NAPA Compiler V4.50
Author: Yves Leduc, yves.leduc.be@gmail.com
|
Go to the source code of this file.
Macros | |
#define | EXTERN extern |
Functions | |
void | check_option_function (void) |
void | collect_string_of_options (void) |
void | collect_string_of_functions (void) |
Variables | |
long | local_idset [255L] |
char | local_funstr [16383L] = {'\0'} |
char | local_funset [255L][2047L] |
char | local_optstr [16383L] = {'\0'} |
char | local_optset [255L][2047L] |
char | local_valstr [16383L] = {'\0'} |
char | local_valset [255L][2047L] |
long | local_nfun |
long | local_nopt |
long | local_nval |
void check_option_function | ( | void | ) |
Definition at line 87 of file co.c.
References LENGTH, local_funset, local_idset, local_nfun, local_optset, local_valset, MAX, multiple(), Option_Flag, Option_List, Post_Flag, print_error_banner_and_exit(), print_error_location(), STDERR, STDOUT, and UserTool_Flag.
Referenced by main().
void collect_string_of_functions | ( | void | ) |
Definition at line 561 of file co.c.
References get_token(), ISEMPTY, local_funset, local_funstr, local_idset, local_nfun, MAX, Num_Posts, Num_UserTools, Option_List, Post_List, STRLENGTH, and UserTool_List.
Referenced by main().
void collect_string_of_options | ( | void | ) |
Definition at line 379 of file co.c.
References build_name(), get_token(), ISEMPTY, local_nopt, local_nval, local_optset, local_optstr, local_valset, local_valstr, Num_Posts, Num_UserTools, Option_Flag, Option_List, Post_List, print_error_banner_and_exit(), print_error_location(), RIGHT_VALUE, STDERR, STRLENGTH, and UserTool_List.
Referenced by main().
char local_funset[255L][2047L] |
Definition at line 72 of file co.c.
Referenced by check_option_function(), and collect_string_of_functions().
char local_funstr[16383L] = {'\0'} |
long local_idset[255L] |
Definition at line 70 of file co.c.
Referenced by check_option_function(), and collect_string_of_functions().
long local_nfun |
Definition at line 77 of file co.c.
Referenced by check_option_function(), and collect_string_of_functions().
long local_nopt |
Definition at line 78 of file co.c.
Referenced by collect_string_of_options().
long local_nval |
Definition at line 79 of file co.c.
Referenced by collect_string_of_options().
char local_optset[255L][2047L] |
Definition at line 74 of file co.c.
Referenced by check_option_function(), and collect_string_of_options().
char local_optstr[16383L] = {'\0'} |
char local_valset[255L][2047L] |
Definition at line 76 of file co.c.
Referenced by check_option_function(), and collect_string_of_options().
char local_valstr[16383L] = {'\0'} |