Home
last modified time | relevance | path

Searched refs:funct (Results 1 – 15 of 15) sorted by relevance

/titanic_50/usr/src/lib/libshell/common/sh/
H A Dtdump.c133 if(sfputu(outfile,t->funct.functline)<0) in p_tree()
135 if(p_string(t->funct.functnam)<0) in p_tree()
137 if(p_tree(t->funct.functtre)<0) in p_tree()
139 return(p_tree((Shnode_t*)t->funct.functargs)); in p_tree()
H A Dtrestore.c139 t->funct.functloc = -1; in r_tree()
140 t->funct.functline = sfgetu(infile); in r_tree()
141 t->funct.functnam = r_string(shp->stk); in r_tree()
153 t->funct.functtre = r_tree(shp); in r_tree()
154 t->funct.functstak = slp; in r_tree()
157 t->funct.functargs = (struct comnod*)r_tree(shp); in r_tree()
H A Dparse.c715 static Shnode_t *funct(Lex_t *lexp) in funct() function
736 t->funct.functline = shp->inlineno; in funct()
737 t->funct.functtyp=TFUN; in funct()
738 t->funct.functargs = 0; in funct()
740 t->funct.functtyp |= FPOSIX; in funct()
749 t->funct.functloc = first = fctell(); in funct()
755 t->funct.functloc = sfseek(shp->hist_ptr->histfp,(off_t)0,SEEK_CUR); in funct()
759 t->funct.functloc = 0; in funct()
761 t->funct.functloc = sfseek(lexp->sh->heredocs,(Sfoff_t)0, SEEK_END); in funct()
765 t->funct.functtyp |= FPIN; in funct()
[all …]
H A Ddeparse.c288 sfprintf(outfile,"%s",t->funct.functnam); in p_tree()
294 tflags = (t->funct.functargs?' ':'\n'); in p_tree()
295 sfputr(outfile,t->funct.functnam,tflags); in p_tree()
296 if(t->funct.functargs) in p_tree()
300 p_comarg(t->funct.functargs); in p_tree()
307 p_tree(t->funct.functtre,0); in p_tree()
H A Dxec.c243 n=sh_tclear(t->funct.functtre); in sh_tclear()
244 return(n+sh_tclear((Shnode_t*)t->funct.functargs)); in sh_tclear()
2001 error_info.line = t->funct.functline-shp->st.firstline; in sh_exec()
2072 if(t->funct.functstak) in sh_exec()
2079 slp = t->funct.functstak; in sh_exec()
2083 nv_funtree(np) = (int*)(t->funct.functtre); in sh_exec()
2084 np->nvalue.rp->hoffset = t->funct.functloc; in sh_exec()
2085 np->nvalue.rp->lineno = t->funct.functline; in sh_exec()
/titanic_50/usr/src/cmd/dtrace/test/tst/common/providers/
H A Dtst.probefunc.d.out1 probe funct =
/titanic_50/usr/src/lib/libidmap/common/
H A Didmap.h141 extern void idmap_set_logger(idmap_logger_t funct);
H A Didmap_api.c2291 idmap_set_logger(idmap_logger_t funct) in idmap_set_logger() argument
2293 logger = funct; in idmap_set_logger()
/titanic_50/usr/src/lib/libshell/common/include/
H A Dshnodes.h207 struct functnod funct; member
/titanic_50/usr/src/uts/common/fs/
H A Dfem.c232 #define vsop_find(ap, func, funct, arg0, _vop, _vsop) \ argument
235 *(func) = (funct (*)())((ap)->fa_fnode->fn_op.vnode->_vop); \
238 } else if ((*(func) = (funct (*)())((ap)->fa_fnode->fn_op.fem->_vsop))\
247 #define vfsop_find(ap, func, funct, arg0, _vop, _vsop) \ argument
250 *(func) = (funct (*)())((ap)->fa_fnode->fn_op.vfs->_vop); \
253 } else if ((*(func) = (funct (*)())((ap)->fa_fnode->fn_op.fsem->_vsop))\
264 #define vsop_find(ap, func, funct, arg0, _vop, _vsop) \ argument
268 #define vfsop_find(ap, func, funct, arg0, _fop, _fsop) \ argument
/titanic_50/usr/src/lib/libadutils/common/
H A Dadutils.c76 adutils_set_logger(adutils_logger funct) in adutils_set_logger() argument
78 logger = funct; in adutils_set_logger()
/titanic_50/usr/src/lib/libcurses/screen/
H A Dcaps251 pkey_key, "pfkey" "pk" Prog funct key #1 to type string #2
252 pkey_local, "pfloc" "pl" Prog funct key #1 to execute string #2
253 pkey_xmit, "pfx" "px" Prog funct key #1 to xmit string #2
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps256 pkey_key pfkey pk str Prog funct key #1 to type string #2
257 pkey_local pfloc pl str Prog funct key #1 to execute string #2
258 pkey_xmit pfx px str Prog funct key #1 to xmit string #2
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps256 pkey_key pfkey pk str Prog funct key #1 to type string #2
257 pkey_local pfloc pl str Prog funct key #1 to execute string #2
258 pkey_xmit pfx px str Prog funct key #1 to xmit string #2
/titanic_50/usr/src/cmd/fdisk/
H A Dfdisk.c640 static void load(int funct, char *file);
1752 load(int funct, char *file) in load() argument
1781 switch (funct) { in load()