Home
last modified time | relevance | path

Searched refs:conf_find (Results 1 – 21 of 21) sorted by relevance

/dports/textproc/wikiman/wikiman-2.12.2/sources/
H A Dman.sh25 count="$(eval "$conf_find $path -type f" | wc -l | sed 's| ||g')"
49 eval "$conf_find $man_default_paths -maxdepth 0 -printf '%p '" 2>/dev/null
65 …eval "$conf_find $man_search_paths -maxdepth 1 -regextype sed -regex '.*man[0-9]\+$' -printf '%p '"
69 eval "$conf_find $man_search_dirs -maxdepth 1 -type f" | \
107 eval "$conf_find $man_search_paths -maxdepth 1 -name 'man*' -printf '%p '"
111 eval "$conf_find $man_search_dirs -maxdepth 1 -type f" | \
H A Darch.sh16 count="$("$conf_find" "$path" -type f | wc -l | sed 's| ||g')"
48 "$conf_find" "$path" -maxdepth 1 -mindepth 1 -type d -printf '%p\n' | \
74 eval "$conf_find $paths -type f -name '*.html'" | \
111 eval "$conf_find $paths -type f -name '*.html'" | \
H A Dtldr.sh16 count="$("$conf_find" "$path" -type f | wc -l | sed 's| ||g')"
46 "$conf_find" "$path" -maxdepth 1 -mindepth 1 -type d -printf '%p\n' | \
72 eval "$conf_find $paths -type f -name '*.html'" 2>/dev/null | \
103 eval "$conf_find $paths -type f -name '*.html'" 2>/dev/null | \
H A Dfbsd.sh16 count="$("$conf_find" "$path" -type f | wc -l | sed 's| ||g')"
46 "$conf_find" "$path" -maxdepth 1 -mindepth 1 -type d -printf '%p\n' | \
72 eval "$conf_find $paths -type f -name '*.html'" 2>/dev/null | \
104 eval "$conf_find $paths -type f -name '*.html'" 2>/dev/null | \
H A Dgentoo.sh16 count="$($conf_find "$path" -type f | wc -l | sed 's| ||g')"
48 eval "$conf_find $path -type f -name '*.html'" | "$conf_awk" -F '/' \
88 eval "$conf_find $path -type f -name '*.html'" | "$conf_awk" -F '/' \
/dports/textproc/wikiman/wikiman-2.12.2/
H A Dwikiman.sh5 conf_find='find'
6 "$conf_find" --help >/dev/null 2>/dev/null || \
7 conf_find='gfind'
13 export conf_find
189 eval "$conf_find $sources_dir_usr $sources_dir -type f 2>/dev/null" | \
382 widget_src="$("$conf_find" "$widgets_dir" -name "widget.$1" 2>/dev/null)"
429 dependencies="man rg w3m $conf_awk $conf_tui_html $conf_fuzzy_finder $conf_find"
/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dconf.h84 conf_find (const char *group, DB_conf_item_t *prev);
H A Dconf.c267 conf_find (const char *group, DB_conf_item_t *prev) { in conf_find() function
H A Dplugins.c359 .conf_find = conf_find,
H A Ddeadbeef.h983 DB_conf_item_t * (*conf_find) (const char *group, DB_conf_item_t *prev); member
H A Dplaylist.c2556 DB_conf_item_t *it = conf_find ("playlist.tab.", NULL); in pl_load_all()
2607 it = conf_find ("playlist.tab.", it); in pl_load_all()
H A Dstreamer.c2164 if (eq && eqplug && conf_find ("eq.", NULL)) { in streamer_dsp_init()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/shellexec/
H A Dshellexec.c283 DB_conf_item_t *item = deadbeef->conf_find ("shellexec.", NULL); in shx_get_actions()
355 item = deadbeef->conf_find ("shellexec.", item); in shx_get_actions()
/dports/net-im/meanwhile/meanwhile-1.0.2/src/
H A Dsrvc_conf.c169 static struct mwConference *conf_find(struct mwServiceConference *srvc, in conf_find() function
278 struct mwConference *conf = conf_find(srvc_conf, chan); in recv_channelDestroy()
526 struct mwConference *conf = conf_find(srvc_conf, chan); in recv()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gtkui/
H A Dhotkeys.c157 DB_conf_item_t *item = deadbeef->conf_find ("hotkey.", NULL); in hotkeys_load()
197 item = deadbeef->conf_find ("hotkey.", item); in hotkeys_load()
949 DB_conf_item_t *item = deadbeef->conf_find ("hotkeys.key", NULL); in gtkui_import_0_5_global_hotkeys()
967 item = deadbeef->conf_find ("hotkeys.", item); in gtkui_import_0_5_global_hotkeys()
H A Dplcommon.c1641 DB_conf_item_t *col = deadbeef->conf_find (oldkeyprefix, NULL); in import_column_config_0_6()
1666 col = deadbeef->conf_find (oldkeyprefix, col); in import_column_config_0_6()
H A Dgtkui.c1033 if (!deadbeef->conf_find ("hotkey.key", NULL)) { in gtkui_thread()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/hotkeys/
H A Dhotkeys.c272 DB_conf_item_t *item = deadbeef->conf_find ("hotkey.", NULL);
374 item = deadbeef->conf_find ("hotkey.", item);
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/protocols/sametime/
H A Dsametime.c4656 static struct mwConference *conf_find(struct mwServiceConference *srvc, in conf_find() function
4701 if(c) conf = conf_find(srvc, c); in mw_prpl_join_chat()
4733 struct mwConference *conf = conf_find(srvc, c); in mw_prpl_reject_chat()
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/protocols/sametime/
H A Dsametime.c4656 static struct mwConference *conf_find(struct mwServiceConference *srvc, in conf_find() function
4701 if(c) conf = conf_find(srvc, c); in mw_prpl_join_chat()
4733 struct mwConference *conf = conf_find(srvc, c); in mw_prpl_reject_chat()
/dports/net-im/finch/pidgin-2.14.8/libpurple/protocols/sametime/
H A Dsametime.c4656 static struct mwConference *conf_find(struct mwServiceConference *srvc, in conf_find() function
4701 if(c) conf = conf_find(srvc, c); in mw_prpl_join_chat()
4733 struct mwConference *conf = conf_find(srvc, c); in mw_prpl_reject_chat()