Searched refs:cur_dir (Results 1 – 2 of 2) sorted by relevance
160 my $cur_dir = qx(pwd);161 $cur_dir =~ s/\s+$//;164 next if ($dir =~ m,($cur_dir)/sphinx,);168 next if ($dir =~ m,($cur_dir)/sphinx,);
131 const char *cur_dir = NULL; in fopen_any_on_path() local138 cur_dir = current_srcfile->dir; in fopen_any_on_path()139 fullname = try_open(cur_dir, fname, fp); in fopen_any_on_path()
Completed in 4 milliseconds