Searched refs:symlinks (Results 1 - 25 of 47) sorted by relevance

12

/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.dir.h45 EXTERN int symlinks; variable
H A Dsh.set.c107 symlinks = SYM_IGNORE;
109 symlinks = SYM_EXPAND;
111 symlinks = SYM_CHASE;
113 symlinks = 0;
139 * convert to cononical pathname (possibly resolving symlinks)
770 symlinks = 0;
H A Dtw.parse.c419 if ((bptr = dnormalize(qline.s + wordp, symlinks == SYM_IGNORE ||
420 symlinks == SYM_EXPAND)) != NULL) {
1899 symlinks == SYM_IGNORE || symlinks == SYM_EXPAND)) ||
H A Dsh.dir.c616 * if we are ignoring symlinks, try to fix relatives now.
617 * if we are expading symlinks, it should be done by now.
619 dp = dnormalize(cp, symlinks == SYM_IGNORE);
653 * If we are normalizing symlinks
655 dp = dnormalize(buf.s, symlinks == SYM_IGNORE ||
656 symlinks == SYM_EXPAND);
880 #ifdef S_IFLNK /* if we have symlinks */
968 #ifdef S_IFLNK /* if we have symlinks */
969 if (sp != cp && /* symlinks != SYM_IGNORE && */
1039 #ifdef S_IFLNK /* if we have symlinks */
[all...]
H A Dsh.glob.c374 * Step 4: expand .. if the variable symlinks==expand is set
376 if (symlinks == SYM_EXPAND) {
632 else if (symlinks == SYM_EXPAND &&
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Drealpath.c57 unsigned symlinks; local
62 symlinks = 0;
146 if (symlinks++ > MAXSYMLINKS) {
/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A DinstallManPage6 -s | --symlinks ) S="-s ";;
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A DinstallManPage6 -s | --symlinks ) S="-s ";;
/macosx-10.9.5/tcsh-65/tcsh/cygwin/
H A Dcsh.cshrc68 set symlinks=expand
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DinstallManPage14 -s | --symlinks ) SymOrLoc="-s " ;;
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DinstallManPage14 -s | --symlinks ) SymOrLoc="-s " ;;
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-WebKit/Examples/UsingWebKitNightlyBuilds/
H A DrewriteHeaders.py47 os.path.join(outputDir, framework), symlinks=True)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-WebKit/Examples/UsingWebKitNightlyBuilds/
H A DrewriteHeaders.py47 os.path.join(outputDir, framework), symlinks=True)
/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Drealpath.c87 unsigned symlinks; local
129 symlinks = 0;
295 if (symlinks++ > MAXSYMLINKS) {
/macosx-10.9.5/CPANInternal-140/PathTools/
H A DCwd.xs81 int symlinks = 0;
135 if (++symlinks > MAXSYMLINKS) {
/macosx-10.9.5/CPANInternal-140/Module-Find/
H A DFind.pm49 # ignore symlinks
52 # follow symlinks (default)
206 Do not follow symlinks. This function is not exported by default.
216 Follow symlinks (default behaviour). This function is not exported by default.
264 Fixed RT#38302: Module::Find now follows symlinks by default (can be disabled).
/macosx-10.9.5/rsync-42/rsync/testsuite/
H A Drsync.fns100 # symlinks, even though the mode apparently has no effect on how
234 munge symlinks = no
308 test_fail "Couldn't determine how to test for symlinks"
310 echo "Testing for symlinks using '$TEST_SYMLINK_CMD'"
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dlocate.el386 (define-key locate-mode-map [menu-bar mark symlinks] 'undefined)
H A Ddired-x.el304 'symlinks)
1320 For absolute symlinks, use \\[dired-do-symlink]."
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dsamba.vim68 syn keyword sambaKeyword contained symlinks sync syslog system time timeout
H A Dwget.vim143 syn match wgetCommand "^\s*retr[-_]\=symlinks" contained
H A Dtcsh.vim51 syn keyword tcshShellVar contained afsuser ampm argv autocorrect autoexpand autolist autologout backslash_quote catalog cdpath color colorcat command complete continue continue_args correct cwd dextract dirsfile dirstack dspmbyte dunique echo echo_style edit ellipsis fignore filec gid group histchars histdup histfile histlit history home ignoreeof implicitcd inputmode killdup killring listflags listjobs listlinks listmax listmaxrows loginsh logout mail matchbeep nobeep noclobber noding noglob nokanji nonomatch nostat notify oid owd path printexitvalue prompt prompt2 prompt3 promptchars pushdtohome pushdsilent recexact recognize_only_executables rmstar rprompt savedirs savehist sched shell shlvl status symlinks tcsh term time tperiod tty uid user verbose version visiblebell watch who wordchars
/macosx-10.9.5/CPANInternal-140/PathTools/lib/File/Spec/
H A DUnix.pm176 directory. (Does not strip symlinks, only '.', '..', and equivalents.)
/macosx-10.9.5/CPANInternal-140/PathTools/lib/File/
H A DSpec.pm161 directory. (Does not strip symlinks, only '.', '..', and equivalents.)
/macosx-10.9.5/emacs-92/emacs/etc/
H A Ddired-ref.tex324 \key{mark all symlinks}{* @}

Completed in 145 milliseconds

12