#include "def.h"#include <string.h>Include dependency graph for pr.cpp:

Go to the source code of this file.
Functions | |
| void | add_include (filepointer *filep, inclist *file, inclist *file_red, char *include, bool dot, bool failOK) |
| void | recursive_pr_include (register struct inclist *head, register char *file, register char *base) |
| void | pr (register struct inclist *ip, char *file, char *base, bool rc_file) |
Variables | |
| inclist | inc_list [MAXFILES] |
| inclist * | inclistp |
| char * | objprefix |
| char * | objsuffix |
| int | width |
| bool | printed |
| bool | verbose |
| bool | show_where_not |
| void add_include | ( | filepointer * | filep, | |
| inclist * | file, | |||
| inclist * | file_red, | |||
| char * | include, | |||
| bool | dot, | |||
| bool | failOK | |||
| ) |
Definition at line 44 of file pr.cpp.
References filepointer::f_line, fatalerr(), find_includes(), freefile(), getfile(), inclist::i_file, inclist::i_searched, inc_path(), included_by(), NULL, show_where_not, warning(), and warning1().
Referenced by find_includes().
| void pr | ( | register struct inclist * | ip, | |
| char * | file, | |||
| char * | base, | |||
| bool | rc_file | |||
| ) |
| void recursive_pr_include | ( | register struct inclist * | head, | |
| register char * | file, | |||
| register char * | base | |||
| ) |
Definition at line 100 of file makedep.cpp.
Definition at line 100 of file makedep.cpp.
| char* objprefix |
| char* objsuffix |
| bool printed |
| bool show_where_not |
Definition at line 113 of file makedep.cpp.
| bool verbose |
| int width |
1.5.1