Searched refs:follow (Results 1 - 25 of 95) sorted by relevance

1234

/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dgenlink.h59 #define _bfd_generic_link_hash_lookup(table, string, create, copy, follow) \
61 bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow)))
H A Dlibxcoff.h104 #define xcoff_link_hash_lookup(table, string, create, copy, follow) \
107 (follow)))
H A Dlibcoff-in.h266 /* Flag word; legal values follow. */
283 #define coff_link_hash_lookup(table, string, create, copy, follow) \
286 (copy), (follow)))
/macosx-10.10.1/text_cmds-88/tail/
H A Dextern.h63 void follow(file_info_t *, enum STYLE, off_t);
H A Dtail.c150 * If displaying in reverse, don't permit follow option, and convert
208 follow(files, style, off);
/macosx-10.10.1/Libc-1044.1.2/posix1e/
H A Dacl_file.c39 static acl_t acl_get_file1(const char *path, acl_type_t acl_type, int follow);
93 acl_get_file1(const char *path, acl_type_t acl_type, int follow) argument
107 if ((follow ? statx_np(path, &sb, fsec) : lstatx_np(path, &sb, fsec)) == 0)
116 return(acl_get_file1(path, type, 1 /* follow */));
122 return(acl_get_file1(path, type, 0 /* no follow */));
/macosx-10.10.1/file_cmds-242/chmod/
H A Dchmod_acl.h83 extern int modify_file_acl(unsigned int optflags, const char *path, acl_t modifier, int position, int inheritance_level, int follow);
H A Dchmod_acl.c682 modify_file_acl(unsigned int optflags, const char *path, acl_t modifier, int position, int inheritance_level, int follow) { argument
729 if (follow) {
826 if (follow) {
/macosx-10.10.1/llvmCore-3425.0.34/utils/
H A DUpdateCMakeLists.pl116 find({ wanted => \&ProcessFile, follow => 1 }, '.');
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/regex/
H A Dregnexec.c397 #define follow(e,r,c,s) ((r)->next?parse(e,(r)->next,c,s):(c)?parse(e,c,0,s):BEST) macro
413 i = follow(env, rex, cont, s);
476 i = follow(env, rex, cont, s);
536 switch (follow(env, rex, cont, s))
567 switch (follow(env, rex, cont, s))
856 r = follow(env, rex, rex->re.alt_catch.cont, s);
914 switch (follow(env, rex, cont, s))
935 switch (follow(env, rex, cont, s))
975 switch (follow(env, rex, cont, s))
999 switch (follow(en
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/dist/
H A Dvx_buildcd112 (cd $D && find docs/BerkeleyDB.$DB_VERSION_MAJOR.$DB_VERSION_MINOR.$DB_VERSION_PATCH/ -follow -name \* -type f -print) > $t
113 (cd $D && find windlink/sleepycat/BerkeleyDB.$DB_VERSION_MAJOR.$DB_VERSION_MINOR.$DB_VERSION_PATCH/ -follow -name docs -prune -o -type f -print) >> $t
/macosx-10.10.1/emacs-93/emacs/lisp/eshell/
H A Dem-pred.el168 - follow symbolic references for predicates after the `-'
320 (let (result negate follow preds mods)
331 negate follow))
340 (setq follow (not follow)))
367 negate follow))))))))
372 (defun eshell-add-pred-func (pred funcs negate follow)
377 (if follow
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dfollow.el0 ;;; follow.el --- synchronize windows showing the same buffer
40 ;; others will follow. (Hence the name Follow Mode.)
54 ;; To test this package, make sure `follow' is loaded, or will be
64 ;; M-x follow-mode <RETURN>
80 ;; `follow-mode' is active, the two windows will follow eachother!
89 ;; M-x follow-mode <RETURN>
93 ;; The command `follow-delete-other-windows-and-split' maximises the
96 ;; I recommend adding it, and `follow-mode', to hotkeys in the global
100 ;; (global-set-key [f8] 'follow
274 (defgroup follow nil function
[all...]
H A Dmouse-sel.el248 ;; `event-kind' property to ensure that `follow-link' clicks
517 (catch 'follow-link
662 ;; Detect follow-link events
663 (when (mouse-sel-follow-link-p initial-event event)
664 (throw 'follow-link event))
702 (defun mouse-sel-follow-link-p (initial final)
703 "Return t if we should follow a link, given INITIAL and FINAL mouse events.
705 Sel mode does not support using a `double' value to follow links
/macosx-10.10.1/vim-55/runtime/indent/
H A Dmatlab.vim44 " See if this line does not follow the line right after an openblock
H A Dvhdl.vim75 " indent: previous line's comment position, otherwise follow next non-comment line if possible
182 " indent: follow
206 " indent: follow indent of previous opening statement, otherwise -sw
348 "indent: follow
359 "indent: follow
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Parser/
H A DDispatch.pm119 They follow the same format as when you specify them for methods.
/macosx-10.10.1/groff-38/groff/src/preproc/pic/
H A Dobject.h93 int follow(const place &, place *) const;
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/bin/
H A DSOAPsh.pl56 if you try to run it). Additional commands can follow.
/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/htdocs/raw/
H A Ddisclaimer.exp30 their authors and need not follow the licensing terms described here,
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/htdocs/raw/
H A Ddisclaimer.exp30 their authors and need not follow the licensing terms described here,
/macosx-10.10.1/awk-20/src/
H A Db.c153 cfoll(f, p1); /* set up follow sets */
362 void cfoll(fa *f, Node *v) /* enter follow set of each leaf of vertex v into lfollow[leaf] */
382 follow(v); /* computes setvec and setcnt */
384 overflo("out of space building follow set");
450 void follow(Node *v) /* collects leaves that can follow v into setvec */ function
461 follow(p);
466 follow(p);
472 follow(p);
476 follow(
[all...]
H A Dproto.h52 extern void follow(Node *);
/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/tools/rules/
H A Dmanpage.api.spec15 precede "manpage_begin" nor follow "manpage_end". The command
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/tools/rules/
H A Dmanpage.api.spec15 precede "manpage_begin" nor follow "manpage_end". The command

Completed in 175 milliseconds

1234