Searched defs:getnode (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/device_remap/ |
H A D | device_remap.pl | 94 sub getnode { subroutine 123 %node = $self->getnode($propid); 169 %node = $self->getnode($nodeid); 177 %node = $self->getnode($nodeid); 208 %node = $self->getnode($nodeid); 214 %node = $self->getnode($nodeid);
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | myfopen.c | 59 static NODE *getnode(); 63 getnode(FILE *fp) function 92 if ((newnode = getnode(fp)) == (NODE *)NULL)
|
/illumos-gate/usr/src/lib/libshell/common/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 | 88 #define getnode(type) ((Shnode_t*)stakalloc(sizeof(struct type))) macro 242 register Shnode_t *par = getnode(forknod); 280 register Shnode_t *t = getnode(arithnod); 306 t = getnode(tstnod); 308 t = getnode(lstnod); 554 t = getnode(parnod); 735 t = getnode(functnod); 901 t = getnode(fornod); 915 ac = (struct comnod*)getnode(comnod); 1056 t = getnode(swno [all...] |
/illumos-gate/usr/src/tools/stabs/ |
H A D | main.c | 77 static struct node *getnode(char *cp); 284 getnode(char *cp) function 371 np = getnode(cp);
|
/illumos-gate/usr/src/lib/libcmd/common/ |
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 89 milliseconds