Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dpre-process.c64 static const char **isys_includepath = includepath + 1; variable
1942 if (*where <= isys_includepath) { in update_inc_ptrs()
1943 isys_includepath++; in update_inc_ptrs()
1944 if (where == &isys_includepath) in update_inc_ptrs()
2003 add_path_entry(token, token->string->data, &isys_includepath); in handle_add_include()