Home
last modified time | relevance | path

Searched defs:getnode (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dmyfopen.c61 getnode(FILE *fp) in getnode() function
/illumos-gate/usr/src/cmd/device_remap/
H A Ddevice_remap.pl94 sub getnode { subroutine
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dtrestore.c45 #define getnode(s,type) ((Shnode_t*)stkalloc((s),sizeof(struct type))) macro
H A Dparse.c92 #define getnode(type) ((Shnode_t*)stakalloc(sizeof(struct type))) macro
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dexpr.c185 static int getnode(State_t* state, Node_t *np) in getnode() function