find_suffi
#define find_suff(name) find_suffi(name, NULL)
static Suff *find_suffi(const char *, const char *);
src = find_suffi(str, p);