Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/misc/
H A Dncu2openbsd48 our $source_dir;
159 $source_dir = $full;
436 my $src = "$source_dir/man/$docs";
458 my @docs = &read_dir("$source_dir/man");
517 &copy_code( $source_dir . "/" . $setup_dir{$dst}, $update_dir )
679 my $oldfile = "$source_dir/n$libname/Makefile";
840 my $oldfile = "$source_dir/$libname/Makefile";
891 my $oldfile = "$source_dir/progs/Makefile";
1006 &copy_code( "$source_dir/ncurses/base", "$update_dir/base" );
1007 &copy_code( "$source_dir/ncurses/tinfo", "$update_dir/tinfo" );
[all …]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp121 FileSpec source_dir = {}; in DoExecute() local
123 source_dir = GetDebugger().GetCommandInterpreter().GetCurrentSourceDir(); in DoExecute()
124 if (!source_dir) { in DoExecute()
133 if (source_dir) { in DoExecute()
141 cmd_file.MakeAbsolute(source_dir); in DoExecute()
1988 FileSpec source_dir = {}; in DoExecute() local
1990 source_dir = GetDebugger().GetCommandInterpreter().GetCurrentSourceDir(); in DoExecute()
1991 if (!source_dir) { in DoExecute()
2016 source_dir)) { in DoExecute()
/freebsd/contrib/byacc/
H A Daclocal.m41078 source_dir=`echo "$source" | sed -e "s%/[[^/]]*$%%"`
1087 elif test "$source" != "$source_dir" ; then
1088 failed "unexpected directory for source-link: $source_dir"
H A Dconfigure7160 elif test "$source" != "$source_dir" ; then
7161 failed "unexpected directory for source-link: $source_dir"