Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dpre-process.c65 static const char **sys_includepath = includepath + 1; variable
1922 *sys_includepath = NULL; in handle_nostdinc()
1937 if (*where <= sys_includepath) { in update_inc_ptrs()
1938 sys_includepath++; in update_inc_ptrs()
1939 if (where == &sys_includepath) in update_inc_ptrs()
2017 add_path_entry(token, token->string->data, &sys_includepath); in handle_add_isystem()
2081 angle_includepath = sys_includepath; in handle_split_include()