Searched refs:issystem (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/libexec/tradcpp/
H A Dfiles.h35 void files_addquotepath(const char *dir, bool issystem);
36 void files_addbracketpath(const char *dir, bool issystem);
H A Dfiles.c46 bool issystem; member in struct:incdir
59 incdir_create(const char *name, bool issystem) argument
65 id->issystem = issystem;
98 files_addquotepath(const char *dir, bool issystem) argument
102 id = incdir_create(dir, issystem);
107 files_addbracketpath(const char *dir, bool issystem) argument
111 id = incdir_create(dir, issystem);
387 pf = place_addfile(place, file, id->issystem);
H A Dplace.c144 place_addfile(const struct place *place, const char *file, bool issystem) argument
148 pf = placefile_create(place, file, issystem);

Completed in 169 milliseconds