Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dsh.c1871 struct sh_brace *bb = 0, *blist = 0, *bstk, *bnext; in expand_arg() local
1937 (bstk = xzalloc(sizeof(struct sh_brace)+8))->commas[1] = strlen(old)+1; in expand_arg()
1938 bstk->commas[0] = -1; in expand_arg()
1944 s = ss = xmalloc(bstk->commas[1]); in expand_arg()
1950 if (bstk == bb) bstk = bstk->stack; in expand_arg()
1952 if (brace_end(bstk)>bb->commas[0]) { in expand_arg()
1953 i = bstk->commas[bstk->idx]+1; in expand_arg()
1956 else bstk = bstk->stack; // bb past bstk so done with old bstk, pop it in expand_arg()
1958 bb->stack = bstk; in expand_arg()
1960 bstk = bnext = bb; in expand_arg()
[all …]