Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ncurses/misc/
HDncu2openbsd48 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-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectCommands.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()