Searched refs:if_ (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dif_mib.c131 #define COPY(fld) ifmd.ifmd_##fld = ifp->if_##fld
158 #define COPY(fld) ifp->if_##fld = ifmd.ifmd_##fld
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dtdump.c88 if(p_tree(t->if_.iftre)<0)
90 if(p_tree(t->if_.thtre)<0)
92 return(p_tree(t->if_.eltre));
H A Dtrestore.c86 t->if_.iftre = r_tree(shp);
87 t->if_.thtre = r_tree(shp);
88 t->if_.eltre = r_tree(shp);
H A Ddeparse.c140 p_tree(t->if_.iftre,0);
142 p_tree(t->if_.thtre,0);
143 if(t->if_.eltre)
146 p_tree(t->if_.eltre,0);
H A Dxec.c281 n=sh_tclear(t->if_.iftre);
282 n+=sh_tclear(t->if_.thtre);
283 n+=sh_tclear(t->if_.eltre);
2291 sh_exec(t->if_.thtre,0);
2292 if(t->if_.eltre)
2293 sh_exec(t->if_.eltre, 0);
2297 if(sh_exec(t->if_.iftre,OPTIMIZE)==0)
2298 sh_exec(t->if_.thtre,flags);
2299 else if(t->if_.eltre)
2300 sh_exec(t->if_
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/include/
H A Dshnodes.h198 struct ifnod if_; member in union:Shnode_u
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/UglifyJS/
H A Dparse-js.js767 return if_();
886 function if_() { function

Completed in 78 milliseconds