Lines Matching refs:getnode
88 #define getnode(type) ((Shnode_t*)stakalloc(sizeof(struct type))) macro
242 register Shnode_t *par = getnode(forknod); in makeparent()
280 register Shnode_t *t = getnode(arithnod); in getanode()
306 t = getnode(tstnod); in makelist()
308 t = getnode(lstnod); in makelist()
554 t = getnode(parnod); in term()
735 t = getnode(functnod); in funct()
901 t = getnode(fornod); in assign()
915 ac = (struct comnod*)getnode(comnod); in assign()
1056 t = getnode(swnod); in item()
1079 t = getnode(ifnod); in item()
1102 t = getnode(fornod); in item()
1130 t->for_.forlst = (struct comnod*)getnode(comnod); in item()
1163 t = getnode(fornod); in item()
1179 t = getnode(whnod); in item()
1220 t = getnode(parnod); in item()
1297 t = (struct comnod*)getnode(comnod); in simple()
1870 t = getnode(tstnod); in test_primary()