Home
last modified time | relevance | path

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

/external/mksh/src/
Deval.c1633 alt_expand(XPtrV *wp, char *start, char *exp_start, char *end, int fdo) in alt_expand() argument
1641 for (p = exp_start; (p = strchr(p, MAGIC)) && p[1] != OBRACE; p += 2) in alt_expand()