Searched refs:fun (Results 51 - 66 of 66) sorted by relevance

123

/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Denum.c225 if(!(np = nv_open(cp, (void*)0, NV_VARNAME|NV_NOADD)) || !(ap=nv_arrayptr(np)) || ap->fun || (sz=ap->nelem&(((1L<<ARRAY_BITS)-1))) < 2)
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dname.h165 #define array_assoc(ap) ((ap)->fun)
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dcoprocess.sh250 { { (eval \'function fun { trap \":\" 0; return 1; }; trap \"exit 0\" 0; fun; exit 1\') && PATH= print -u$_COSHELL_msgfd ksh; } || { times && echo bsh >&$_COSHELL_msgfd; } || { echo osh >&$_COSHELL_msgfd; }; } >/dev/null 2>&1' | $SHELL 5>&1)
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_ioctl.c173 ctlr_info->fun = cpqary3p->fun;
H A Dcpqary3.h279 uint8_t fun : 3; member in struct:cpqary3_per_controller
H A Dcpqary3.c801 cpqary3p->fun = PCI_REG_FUNC_G(*regp);
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dmagic.c497 fun:
532 goto fun;
538 goto fun;
813 goto fun;
1644 Entry_t* fun['z' - 'a' + 1]; local
1646 memzero(fun, sizeof(fun));
1732 fun[n] = last->value.lab = ep;
1733 else if (!(last->value.lab = fun[n]) && mp->disc->errorf)
2079 else if (!fun[
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dname.c1121 Namfun_t fun; local
1132 memset(&fun,0,sizeof(fun));
1146 fun.nofree |= 1;
1171 fun.nofree |= 1;
1219 np = nv_create(name, root, flags, &fun);
1220 cp = fun.last;
1336 if(fun.nofree&1)
2047 void sh_scope(Shell_t *shp, struct argnod *envlist, int fun) argument
2057 if(!fun)
[all...]
H A Dxec.c2547 * This routine is used to execute the given function <fun> in a new scope
2548 * If <fun> is NULL, then arg points to a structure containing a pointer
2551 int sh_funscope(int argn, char *argv[],int(*fun)(void*),void *arg,int execflg)
2582 if(!fun)
2596 if(!fun)
2628 if(!fun)
2642 else if(fun)
2643 r= (*fun)(arg);
2695 struct funenv fun; local
2726 fun
[all...]
H A Djobs.c760 * execute function <fun> for each job
763 int job_walk(Sfio_t *file,int (*fun)(struct process*,int),int arg,char *joblist[])
782 if((*fun)(pw,arg))
791 if((*fun)(pw,arg))
818 if((*fun)(pw,arg))
H A Dsubshell.c415 static void table_unset(register Dt_t *root,int fun) argument
423 if(fun && np->nvalue.rp && np->nvalue.rp->fname && *np->nvalue.rp->fname=='/')
H A Dpath.c533 static int path_opentype(const char *name, register Pathcomp_t *pp, int fun) argument
547 if(!fun && strchr(name,'/'))
557 if(fun && (!oldpp || !(oldpp->flags&PATH_FPATH)))
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dreglib.h287 regclass_t fun; member in struct:Celt_s
H A Dregcomp.c1502 ce->fun = f;
1586 ce->fun = f;
1759 ce->fun = f;
H A Dregnexec.c593 if (!x && (*ce->fun)(c))
/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;

Completed in 127 milliseconds

123