Searched refs:current_path (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DFindByPath.pm65 my $current_path;
91 $current_path = shift @path;
95 if ($func->($child, $current_path)) {
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dbashline.c1414 char *current_path; local
1419 (current_path = extract_colon_unit (path, &path_index)) == 0)
1423 if (*current_path == 0)
1425 free (current_path);
1426 current_path = savestring (".");
1429 if (*current_path == '~')
1433 t = bash_tilde_expand (current_path, 0);
1434 free (current_path);
1435 current_path = t;
1438 if (current_path[
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dnamespace.rb353 def self.current_path singleton method in class:TkNamespace.code
356 def current_path method in class:TkNamespace.code
361 ns = self.current_path
/macosx-10.10.1/apr-32/apr/apr/build/
H A Djlibtool.c1101 const char *install_path, *current_path, *name; local
1106 current_path = load_noinstall_path(arg, pathlen);
1108 if (!install_path || !current_path) {
1115 c_p_len = strlen(current_path);
1134 strcpy(exp_argument+cur_len, current_path);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DFileSystem.h285 error_code current_path(SmallVectorImpl<char> &result);
/macosx-10.10.1/xar-254/xarsig/
H A Dxar-sig.c527 char * current_path = xar_get_path(current_xar_file); local
528 printf("new_xar -> %s\n",current_path);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DPathV2.cpp616 if (error_code ec = current_path(current_dir)) return ec;
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dsql.el934 "current_path" "current_role" "current_time" "current_timestamp"

Completed in 156 milliseconds