Home
last modified time | relevance | path

Searched refs:includepath (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dpre-process.c55 const char *includepath[INCLUDEPATHS+1] = { variable
62 static const char **quote_includepath = includepath;
63 static const char **angle_includepath = includepath + 1;
896 includepath[0] = path; in set_stream_include_path()
1114 includepath[0] = ""; in handle_include_path()
1115 path = includepath; in handle_include_path()
1966 if (includepath[INCLUDEPATHS-2]) in add_path_entry()
1970 dst = includepath; in add_path_entry()
2038 const char **dst = includepath; in add_dirafter_entry()
2041 if (includepath[INCLUDEPATHS-2]) in add_dirafter_entry()
[all …]
H A Dtoken.h49 extern const char *includepath[];
H A Dsymbol.c719 int stream = init_stream("builtin", -1, includepath); in init_symbols()
H A Dlib.c1508 token = tokenize(filename, fd, NULL, includepath); in sparse_file()