Searched refs:tcc_add_include_path (Results 1 – 1 of 1) sorted by relevance
1998 int tcc_add_include_path(TCCState *s, const char *pathname);20919 int tcc_add_include_path(TCCState *s1, const char *pathname) in tcc_add_include_path() function21498 if (tcc_add_include_path(s, optarg) < 0) in parse_args()