Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dread.c115 static unsigned int max_incl_len; variable
2911 max_incl_len = 0; in construct_include_path()
2920 if (len > max_incl_len) in construct_include_path()
2921 max_incl_len = len; in construct_include_path()