Searched refs:funcblocksize (Results 1 – 3 of 3) sorted by relevance
49 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));
53 int funcblocksize; /* size of structures in function */ variable106 funcblocksize = 0;109 funcblock = ckmalloc(funcblocksize + funcstringsize);110 funcstring = (char *) funcblock + funcblocksize;122 funcblocksize += nodesize[n->type];201 funcblocksize += SHELL_ALIGN(sizeof(struct nodelist));
146 echo " funcblocksize += nodesize[n->type];"