Home
last modified time | relevance | path

Searched refs:force_follow (Results 1 – 3 of 3) sorted by relevance

/dports/misc/vifm/vifm-0.11/src/
H A Drunning.c91 int force_follow);
219 is_runnable(view_t *view, const char full_path[], int type, int force_follow) in is_runnable() argument
231 if(!force_follow && !cfg.follow_links && type == FT_LINK && in is_runnable()
239 return (!force_follow || !is_shortcut(full_path)); in is_runnable()
/dports/audio/cmus/cmus-2.9.1/
H A Dpl.c325 …ic struct track_info *pl_play_track(struct playlist *pl, struct simple_track *t, bool force_follow) in pl_play_track() argument
336 if (force_follow || follow) in pl_play_track()
/dports/sysutils/busybox/busybox-1.26.2/coreutils/
H A Dls.c784 static struct dnode *my_stat(const char *fullname, const char *name, int force_follow) in my_stat() argument
793 if ((option_mask32 & OPT_L) || force_follow) { in my_stat()