Home
last modified time | relevance | path

Searched refs:check_for_subdir (Results 1 – 5 of 5) sorted by last modified time

/dports/multimedia/mencoder/mplayer-export-2021-12-29/gui/dialog/
H A Dplaylist.c315 static int check_for_subdir( gchar * path ) in check_for_subdir() function
376 subdir=check_for_subdir( path ); in plCTree()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/gui/dialog/
H A Dplaylist.c315 static int check_for_subdir( gchar * path ) in check_for_subdir() function
376 subdir=check_for_subdir( path ); in plCTree()
/dports/x11-toolkits/gtkextra/gtkextra-3.3.4/gtkextra/
H A Dgtkdirtree.c358 static gboolean check_for_subdir(gchar *path, gboolean show_hidden) in check_for_subdir() function
467 if(check_for_subdir(dirnode->path,show_hidden)) in expand_tree()
/dports/audio/easytag/easytag-2.4.3/
H A DChangeLog15259 Improve check_for_subdir()
/dports/audio/easytag/easytag-2.4.3/src/
H A Dbrowser.c203 static gboolean check_for_subdir (const gchar *path);
1109 … TREE_COLUMN_HAS_SUBDIR, check_for_subdir (current_path), in et_browser_select_dir()
3391 check_for_subdir (const gchar *path) in check_for_subdir() function
3573 has_subdir = check_for_subdir (fullpath_file); in expand_cb()