Searched refs:sh_brace (Results 1 – 1 of 1) sorted by relevance
1857 struct sh_brace { struct1858 struct sh_brace *next, *prev, *stack; argument1862 static int brace_end(struct sh_brace *bb) in brace_end() argument1871 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()