Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
include.c File Reference
#include "def.h"
Include dependency graph for include.c:

Functions

void inc_clean ()
struct inclistinc_path (char *file, char *include, boolean dot)
void included_by (register struct inclist *ip, register struct inclist *newfile)
boolean isdot (register char *p)
boolean isdotdot (register char *p)
boolean issymbolic (register char *dir, register char *component)
struct inclistnewinclude (register char *newfile, register char *incstring)
void remove_dotdot (char *path)

Variables

struct inclist inclist [4096]
struct inclistinclistp
char * includedirs []
char * notdotdot []
boolean show_where_not
boolean warn_multiple

Function Documentation

◆ inc_clean()

void inc_clean ( )

Definition at line 223 of file include.c.

◆ inc_path()

struct inclist * inc_path ( char * file,
char * include,
boolean dot )

Definition at line 234 of file include.c.

◆ included_by()

void included_by ( register struct inclist * ip,
register struct inclist * newfile )

Definition at line 175 of file include.c.

◆ isdot()

boolean isdot ( register char * p)

Definition at line 43 of file include.c.

◆ isdotdot()

boolean isdotdot ( register char * p)

Definition at line 50 of file include.c.

◆ issymbolic()

boolean issymbolic ( register char * dir,
register char * component )

Definition at line 57 of file include.c.

◆ newinclude()

struct inclist * newinclude ( register char * newfile,
register char * incstring )

Definition at line 155 of file include.c.

◆ remove_dotdot()

void remove_dotdot ( char * path)

Definition at line 85 of file include.c.

Variable Documentation

◆ inclist

struct inclist inclist[4096]
extern

Definition at line 95 of file main.c.

◆ inclistp

struct inclist * inclistp

Definition at line 37 of file include.c.

◆ includedirs

char* includedirs[]
extern

Definition at line 101 of file main.c.

◆ notdotdot

char* notdotdot[]
extern

Definition at line 102 of file main.c.

◆ show_where_not

boolean show_where_not
extern

Definition at line 111 of file main.c.

◆ warn_multiple

boolean warn_multiple
extern

Definition at line 112 of file main.c.