Home
last modified time | relevance | path

Searched refs:fun (Results 76 – 100 of 115) sorted by relevance

12345

/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_ioctl.h92 uint8_t fun : 3; /* 3 bit function number */ member
H A Dcpqary3_ioctl.c173 ctlr_info->fun = cpqary3p->fun; in cpqary3_ioctl_ctlr_info()
H A Dcpqary3.h279 uint8_t fun : 3; member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Darrays.sh34 function fun function
116 fun
120 fun
H A Dbasic.sh444 function fun function
449 fun
H A Dio.sh36 function fun function
51 [[ $(fun) == good ]] || err_exit 'file 3 closed before subshell completes'
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dfrontend.c464 char fun[BUFSIZ]; in check4extends() local
469 split(value, fun, extends); in check4extends()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dmkservice.c117 Namfun_t fun; member
443 sp->fun.disc = &servdisc; in b_mkservice()
H A Denum.c226 …if(!(np = nv_open(cp, (void*)0, NV_VARNAME|NV_NOADD)) || !(ap=nv_arrayptr(np)) || ap->fun || (sz=… in enum_create()
H A Dread.c250 if((ap=nv_arrayptr(np)) && !ap->fun) in sh_readline()
253 if((ap=nv_arrayptr(np)) && !ap->fun) in sh_readline()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.probe580 echo "char* fun() { return (char*)__FUNCTION__; }
581 int main() { return !fun(); }" > fun.$src
582 rm -f fun.exe
583 if $cc -o fun.exe fun.$src && test -x fun.exe
H A Dprobe.win32184 echo "char* fun() { return (char*)__FUNCTION__; }
185 int main() { return !fun(); }" > easy.c
H A DRELEASE54 04-05-20 ppproto.c: don't __PROTO__ `int fun __P((int));'
273 fix proto `typedef type fun(args)'
316 proto: int fun xxx((yyy)) is macro call, not decl
/illumos-gate/usr/src/tools/smatch/src/gvpr/
H A Dsubg-rev29 if(g.fun == ARGV[0]) {
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvtree.c42 Namfun_t *fun; member
247 dp->fun = nfp; in nv_diropen()
268 return((*dp->nextnode)(dp->hp,dp->root,dp->fun)); in nextnode()
311 dp->hp = (*dp->nextnode)(np,(Dt_t*)0,dp->fun); in nv_dirnext()
353 dp->fun = nfp; in nv_dirnext()
H A Dname.c379 …COM && tp->com.comset && !nv_isvtree(np) && (((ap=nv_arrayptr(np)) && !ap->fun && !nv_opensub(np))… in nv_setlist()
550 if(ap && ap->fun) in nv_setlist()
1349 Namfun_t fun; in nv_open() local
1360 memset(&fun,0,sizeof(fun)); in nv_open()
1375 fun.nofree |= 1; in nv_open()
1400 fun.nofree |= 1; in nv_open()
1448 np = nv_create(name, root, flags, &fun); in nv_open()
1449 cp = fun.last; in nv_open()
1589 if(fun.nofree&1) in nv_open()
2362 void sh_scope(Shell_t *shp, struct argnod *envlist, int fun) in sh_scope() argument
[all …]
H A Dxec.c3336 int sh_funscope(int argn, char *argv[],int(*fun)(void*),void *arg,int execflg) in sh_funscope()
3369 if(!fun) in sh_funscope()
3387 if(!fun) in sh_funscope()
3407 if(!fun) in sh_funscope()
3425 else if(fun) in sh_funscope()
3426 r= (*fun)(arg); in sh_funscope()
3493 struct funenv fun; in sh_funct() local
3527 fun.env = envlist; in sh_funct()
3528 fun.node = np; in sh_funct()
3529 fun.nref = 0; in sh_funct()
[all …]
H A Dsubshell.c420 static void table_unset(register Dt_t *root,int fun) in table_unset() argument
428 if(fun && np->nvalue.rp && np->nvalue.rp->fname && *np->nvalue.rp->fname=='/') in table_unset()
H A Dpath.c507 static int path_opentype(Shell_t *shp,const char *name, register Pathcomp_t *pp, int fun) in path_opentype() argument
514 if(!fun && strchr(name,'/')) in path_opentype()
524 if(fun && (!oldpp || !(oldpp->flags&PATH_FPATH))) in path_opentype()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DMakefile155 '') f="FPATH=../fun"
H A DC+probe271 echo 'extern int sfclose() { return 0; }' > fun.$src
272 if $cc -c dynamic.$src && $cc -c fun.$src
284 cat fun.$obj > lib$i$1
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dname.h181 #define array_assoc(ap) ((ap)->fun)
/illumos-gate/usr/src/tools/smatch/src/
H A Dlib.c550 int (*fun)(const char *arg, const char *opt, const struct flag *, int options); member
572 if (flags->fun) { in handle_switches()
576 if ((rc = flags->fun(ori, opt, flags, options))) in handle_switches()
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_i386.c1227 fun = 7.922816251e+28f, /* 2^96 */ variable
1367 *(float *)ea = (fpreg(uap, 0) * fun) * fun; in __fex_st_result()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dreglib.h287 regclass_t fun; member

12345