/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | parse.c | 747 static Shnode_t *funct(Lex_t *lexp) in funct() function 768 t->funct.functline = shp->inlineno; in funct() 769 t->funct.functtyp=TFUN; in funct() 770 t->funct.functargs = 0; in funct() 772 t->funct.functtyp |= FPOSIX; in funct() 781 t->funct.functloc = first = fctell(); in funct() 787 t->funct.functloc = sfseek(shp->gd->hist_ptr->histfp,(off_t)0,SEEK_CUR); in funct() 791 t->funct.functloc = 0; in funct() 793 t->funct.functloc = sfseek(lexp->sh->heredocs,(Sfoff_t)0, SEEK_END); in funct() 797 t->funct.functtyp |= FPIN; in funct() [all …]
|
H A D | tdump.c | 133 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 D | trestore.c | 139 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() 155 t->funct.functargs = (struct comnod*)r_tree(shp); in r_tree()
|
H A D | deparse.c | 297 sfprintf(outfile,"%s",t->funct.functnam); in p_tree() 303 tflags = (t->funct.functargs?' ':'\n'); in p_tree() 304 sfputr(outfile,t->funct.functnam,tflags); in p_tree() 305 if(t->funct.functargs) in p_tree() 309 p_comarg(t->funct.functargs); in p_tree() 316 p_tree(t->funct.functtre,0); in p_tree()
|
H A D | xec.c | 348 n=sh_tclear(t->funct.functtre); in sh_tclear() 349 return(n+sh_tclear((Shnode_t*)t->funct.functargs)); in sh_tclear() 2681 sh_exec(t->funct.functtre,0); in sh_exec() 2714 error_info.line = t->funct.functline-shp->st.firstline; in sh_exec() 2782 if(t->funct.functstak) in sh_exec() 2789 struct comnod *ac = t->funct.functargs; in sh_exec() 2790 slp = t->funct.functstak; in sh_exec() 2794 nv_funtree(np) = (int*)(t->funct.functtre); in sh_exec() 2795 np->nvalue.rp->hoffset = t->funct.functloc; in sh_exec() 2796 np->nvalue.rp->lineno = t->funct.functline; in sh_exec()
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/providers/ |
H A D | tst.probefunc.d.out | 1 probe funct =
|
/illumos-gate/usr/src/lib/libidmap/common/ |
H A D | idmap.h | 141 extern void idmap_set_logger(idmap_logger_t funct);
|
H A D | idmap_api.c | 2291 idmap_set_logger(idmap_logger_t funct) in idmap_set_logger() argument 2293 logger = funct; in idmap_set_logger()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | shnodes.h | 208 struct functnod funct; member
|
/illumos-gate/usr/src/lib/libdisasm/common/ |
H A D | dis_riscv.c | 1681 #define DIS_RISCV_CFUNCT3(name, class, op, funct, print) \ argument 1682 { name, DIS_RISCV_C_FUNCT3, print, class, op, funct, 0, 0 } 1683 #define DIS_RISCV_CMATCH(name, class, op, funct, mask, match, print) \ argument 1684 { name, DIS_RISCV_C_MATCH, print, class, op, funct, mask, match }
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | fem.c | 234 #define vsop_find(ap, func, funct, arg0, _vop, _vsop) \ argument 237 *(func) = (funct (*)())((ap)->fa_fnode->fn_op.vnode->_vop); \ 240 } else if ((*(func) = (funct (*)())((ap)->fa_fnode->fn_op.fem->_vsop))\ 249 #define vfsop_find(ap, func, funct, arg0, _vop, _vsop) \ argument 252 *(func) = (funct (*)())((ap)->fa_fnode->fn_op.vfs->_vop); \ 255 } else if ((*(func) = (funct (*)())((ap)->fa_fnode->fn_op.fsem->_vsop))\ 266 #define vsop_find(ap, func, funct, arg0, _vop, _vsop) \ argument 270 #define vfsop_find(ap, func, funct, arg0, _fop, _fsop) \ argument
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | caps | 249 pkey_key, "pfkey" "pk" Prog funct key #1 to type string #2 250 pkey_local, "pfloc" "pl" Prog funct key #1 to execute string #2 251 pkey_xmit, "pfx" "px" Prog funct key #1 to xmit string #2
|
/illumos-gate/usr/src/lib/libadutils/common/ |
H A D | adutils.c | 77 adutils_set_logger(adutils_logger funct) in adutils_set_logger() argument 79 logger = funct; in adutils_set_logger()
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 254 pkey_key pfkey pk str Prog funct key #1 to type string #2 255 pkey_local pfloc pl str Prog funct key #1 to execute string #2 256 pkey_xmit pfx px str Prog funct key #1 to xmit string #2
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 256 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
|
/illumos-gate/usr/src/cmd/fdisk/ |
H A D | fdisk.c | 632 static void load(int funct, char *file); 1750 load(int funct, char *file) in load() argument 1779 switch (funct) { in load()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | RELEASE | 531 10-11-22 A bug which caused functions addressed as .namespace.funct to not
|