Home
last modified time | relevance | path

Searched refs:widget_wid (Results 1 – 2 of 2) sorted by relevance

/dports/audio/snd/snd-21.2/
H A Dsnd-help.c3453 Xen g_snd_help_with_search(Xen text, int widget_wid, bool search) in g_snd_help_with_search() argument
3651 if (widget_wid > 0) in g_snd_help_with_search()
3653 str = word_wrap(new_str, widget_wid); in g_snd_help_with_search()
3670 Xen g_snd_help(Xen text, int widget_wid) in g_snd_help() argument
3672 return(g_snd_help_with_search(text, widget_wid, true)); in g_snd_help()
H A Dsnd-1.h753 Xen g_snd_help_with_search(Xen text, int widget_wid, bool search);
754 Xen g_snd_help(Xen text, int widget_wid);