Searched refs:vbegin (Results 1 – 1 of 1) sorted by relevance
391 const char *vbegin, *vend, *vvalue; in expand_vars() local397 vbegin = vend = (*src_p) + 1; in expand_vars()398 if (*vbegin++ == '{') in expand_vars()399 if (*vbegin == '_' || isalphach(*vbegin)) { in expand_vars()400 vend = vbegin + 1; in expand_vars()417 namelen = vend - vbegin + 1; in expand_vars()419 strlcpy(vname, vbegin, namelen); in expand_vars()