Searched refs:funcblocksize (Results 1 - 3 of 3) sorted by relevance

/system/core/sh/
H A Dnodes.c.pat49 int funcblocksize; /* size of structures in function */
75 funcblocksize = 0;
78 funcblock = ckmalloc(funcblocksize + funcstringsize);
79 funcstring = (char *) funcblock + funcblocksize;
99 funcblocksize += SHELL_ALIGN(sizeof(struct nodelist));
H A Dnodes.c53 int funcblocksize; /* size of structures in function */ variable
106 funcblocksize = 0;
109 funcblock = ckmalloc(funcblocksize + funcstringsize);
110 funcstring = (char *) funcblock + funcblocksize;
122 funcblocksize += nodesize[n->type];
201 funcblocksize += SHELL_ALIGN(sizeof(struct nodelist));
H A Dmknodes.sh146 echo " funcblocksize += nodesize[n->type];"

Completed in 21 milliseconds