Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c1558 struct stack_block { struct
1559 struct stack_block *prev; argument
1564 struct stack_block *stackp; argument
1571 struct stack_block *g_stackp; // = &stackbase;
1575 struct stack_block stackbase;
1614 struct stack_block *sp; in stalloc()
1619 len = sizeof(struct stack_block) - MINSIZE + blocksize; in stalloc()
1690 struct stack_block *sp; in popstackmark()
1729 struct stack_block *sp; in growstackblock()
1730 struct stack_block *prevstackp; in growstackblock()
[all …]