C Cross Referencing & Documentation tool. Version 1.6b.
#define CPP_COMMAND "gcc -E -C -dD -dI"
The name of the file to read the configuration from.
#define CXREF_CONFIG_FILE ".cxref"
| Visible in: | cxref.c | |
| parse-lex.c | ||
| Used in: | ParseOptions() | cxref.c |
| yylex() | parse-lex.c |
| Visible in: | cxref.c | |
| parse-lex.c | ||
| Used in: | ParseOptions() | cxref.c |
| yylex() | parse-lex.c |
| Visible in: | cxref.c | |
| parse-lex.c | ||
| Used in: | ParseOptions() | cxref.c |
| yylex() | parse-lex.c |
| Visible in: | cxref.c | |
| warn-raw.c | ||
| xref.c | ||
| Used in: | CreateAppendix() | xref.c |
| ParseOptions() | cxref.c | |
| WriteWarnRawAppendix() | warn-raw.c | |
| main() | cxref.c |
| Visible in: | cxref.c | |
| Used in: | ParseOptions() | cxref.c |
| main() | cxref.c |
| Visible in: | cxref.c | |
| Used in: | ParseOptions() | cxref.c |
| main() | cxref.c |
| Visible in: | cxref.c | |
| Used in: | ParseOptions() | cxref.c |
| main() | cxref.c |
| Visible in: | cxref.c | |
| Used in: | ParseOptions() | cxref.c |
| main() | cxref.c |
| Visible in: | cxref.c | |
| preproc.c | ||
| Used in: | ParseOptions() | cxref.c |
| SeenInclude() | preproc.c | |
| main() | cxref.c |
| Visible in: | cxref.c | |
| html.c | ||
| latex.c | ||
| rtf.c | ||
| sgml.c | ||
| Used in: | WriteHTMLPreamble() | html.c |
| WriteLatexFile() | latex.c | |
| WriteRTFPreamble() | rtf.c | |
| WriteSGMLPreamble() | sgml.c | |
| main() | cxref.c |
| Visible in: | cxref.c | |
| preproc.c | ||
| Used in: | ParseOptions() | cxref.c |
| SeenInclude() | preproc.c | |
| main() | cxref.c |
| Used in: | DocumentTheFile() | |
| ParseOptions() | ||
| main() |
cpp_command_num
The number of arguments to the cpp command.
| Used in: | DocumentTheFile() | |
| ParseOptions() | ||
| main() |
cpp_argument_num
The number of arguments to the -CPP argument.
| Used in: | ParseOptions() | |
| main() |
option_delete
The option to control the mode of operation.
| Used in: | ParseOptions() | |
| main() |
option_files
The names of the files to process.
| Used in: | ParseConfigFile() | |
| ParseOptions() | ||
| main() |
option_nfiles
The number of files to process.
| Used in: | ParseConfigFile() | |
| ParseOptions() | ||
| main() |
popen_pid
The process id of the pre-processor.
| Used in: | pclose_execvp() | |
| popen_execvp() |
char* CanonicaliseName ( char* name )
| Prototyped in: | cxref.h | |
| Calls: | strcmp(), strlen(), strncmp(), strstr() | |
| Called by: | SeenFileChange() | preproc.c |
| SeenInclude() | preproc.c | |
| main() | cxref.c | |
int main ( int argc, char** argv )
static int DocumentTheFile ( char* name )
| Prototyped in: | cxref.c | |
| Calls: | pclose_execvp() | cxref.c |
| popen_execvp() | cxref.c | |
| yyparse() | parse-yacc.c | |
| yyrestart() | parse-lex.c | |
| exit(), fprintf(), stat() | ||
| Called by: | main() | cxref.c |
| References Variables: | cpp_command | cxref.c |
| cpp_command_num | cxref.c | |
| yydebug | parse-yacc.c | |
| yyin | parse-lex.c | |
static int ParseConfigFile ( void )
| Prototyped in: | cxref.c | |
| Calls: | CopyString() | memory.c |
| ParseOptions() | cxref.c | |
| SafeFree() | memory.c | |
| SafeMalloc() | memory.c | |
| SafeRealloc() | memory.c | |
| fclose(), fgets(), fopen(), fprintf(), strlen(), strncmp() | ||
| Called by: | main() | cxref.c |
| References Variables: | option_files | cxref.c |
| option_nfiles | cxref.c | |
static int ParseOptions ( int nargs, char** args, int fromfile )
static void Usage ( int verbose )
| Prototyped in: | cxref.c | |
| Calls: | exit(), fputs() | |
| Called by: | main() | cxref.c |
static int pclose_execvp ( FILE* f )
| Prototyped in: | cxref.c | |
| Calls: | fclose(), waitpid() | |
| Called by: | DocumentTheFile() | cxref.c |
| References Variables: | popen_pid | cxref.c |
static FILE* popen_execvp ( char** command )
| Prototyped in: | cxref.c | |
| Calls: | close(), dup(), execvp(), exit(), fdopen(), fork(), fprintf(), pipe() | |
| Called by: | DocumentTheFile() | cxref.c |
| References Variables: | popen_pid | cxref.c |