Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dpre-process.c66 static const char **dirafter_includepath = includepath + 3; variable
1929 if (*where <= dirafter_includepath) { in update_inc_ptrs()
1930 dirafter_includepath++; in update_inc_ptrs()
1934 if (where == &dirafter_includepath) in update_inc_ptrs()
2031 add_path_entry(token, token->string->data, &dirafter_includepath); in handle_add_system()