Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c8899 static void *funcblock; /* block to allocate function from */ variable
9049 *lpp = funcblock; in copynodelist()
9050 funcblock = (char *) funcblock + SHELL_ALIGN(sizeof(struct nodelist)); in copynodelist()
9066 new = funcblock; in copynode()
9067 funcblock = (char *) funcblock + nodesize[n->type]; in copynode()
9171 funcblock = (char *) f + offsetof(struct funcnode, n); in copyfunc()