Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dsh.c1857 struct sh_brace { struct
1858 struct sh_brace *next, *prev, *stack; argument
1862 static int brace_end(struct sh_brace *bb) in brace_end() argument
1871 struct sh_brace *bb = 0, *blist = 0, *bstk, *bnext; in expand_arg()
1917 (void *)(bb = xzalloc(sizeof(struct sh_brace)+34*4))); in expand_arg()
1926 (void *)(bb = xrealloc(bb, sizeof(struct sh_brace)+(bb->cnt+34)*4))); in expand_arg()
1937 (bstk = xzalloc(sizeof(struct sh_brace)+8))->commas[1] = strlen(old)+1; in expand_arg()