Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dcli_hush.c2744 int rcode, endch=0; local
2753 case '(': endch=')'; child->subshell=1; break;
2754 case '{': endch='}'; break;
2757 rcode=parse_stream(dest,&sub,input,endch);