Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/libparser/
H A Dparser.c54 gettoken_ext (const char *p, char *tok, const char *specialchars) { in gettoken_ext() function
98 return gettoken_ext (p, tok, specialchars); in gettoken()
104 p = gettoken_ext (p, key, specialchars); in gettoken_keyvalue()
108 p = gettoken_ext (p, val, specialchars); in gettoken_keyvalue()
112 return gettoken_ext (p, val, specialchars); in gettoken_keyvalue()
H A Dparser.h39 gettoken_ext (const char *p, char *tok, const char *specialchars);
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gtkui/
H A Dwidgets.c59 s = gettoken_ext (s, key, "={}();");\
66 s = gettoken_ext (s, val, "={}();");\
70 s = gettoken_ext (s, val, "={}();");\
517 s = gettoken_ext (s, t, "={}();"); in w_create_from_string()
527 s = gettoken_ext (s, eq, "={}();"); in w_create_from_string()
532 s = gettoken_ext (s, eq, "={}();"); in w_create_from_string()