Home
last modified time | relevance | path

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

/external/mksh/src/
Deval.c196 uint8_t quotep; /* saved value of quote (for ${..[%#]..}) */ member
392 st->quotew = st->quotep = quote; in expand()
685 quote = st->quotep; in expand()
706 if (x.str[0] != '\0' || st->quotep) in expand()