Searched defs:getnode (Results 1 - 3 of 3) sorted by relevance
/ast/src/cmd/ksh93/sh/ |
H A D | trestore.c | 45 #define getnode(s,type) ((Shnode_t*)stkalloc((s),sizeof(struct type))) macro 69 t = getnode(shp->stk,parnod); 73 t = getnode(shp->stk,comnod); 79 t = getnode(shp->stk,forknod); 85 t = getnode(shp->stk,ifnod); 91 t = getnode(shp->stk,whnod); 100 t = getnode(shp->stk,lstnod); 105 t = getnode(shp->stk,arithnod); 113 t = getnode(shp->stk,fornod); 122 t = getnode(sh [all...] |
H A D | parse.c | 92 #define getnode(type) ((Shnode_t*)stakalloc(sizeof(struct type))) macro 246 register Shnode_t *par = getnode(forknod); 284 register Shnode_t *t = getnode(arithnod); 310 t = getnode(tstnod); 312 t = getnode(lstnod); 570 t = getnode(parnod); 759 t = getnode(functnod); 966 t = getnode(fornod); 985 ac = (struct comnod*)getnode(comnod); 1151 t = getnode(swno [all...] |
/ast/src/lib/libcmd/ |
H A D | expr.c | 185 static int getnode(State_t* state, Node_t *np) function 296 register int tok = getnode(state, np); 305 tok = getnode(state, &rp);
|
Completed in 16 milliseconds