Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dread.c2828 construct_include_path (char **arg_dirs) in construct_include_path() argument
2851 if (arg_dirs != 0) in construct_include_path()
2852 while (*arg_dirs != 0) in construct_include_path()
2854 char *dir = *arg_dirs++; in construct_include_path()
2875 else if (dir != arg_dirs[-1]) in construct_include_path()
Dmake.h456 extern void construct_include_path PARAMS ((char **arg_dirs));