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

123

/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregclass.c199 * associate the ctype function fun with name
203 regaddclass(const char* name, regclass_t fun) argument
213 cp->ctype = fun;
220 np->ctype = fun;
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dbuiltins.sh156 for fun in break continue
158 do ${fun}fun
162 then err_exit "$fun call in ${fun}fun breaks out of for loop"
H A Dcubetype.sh113 fun() function
131 [[ $(c.fun) == 'hello world' ]] || err_exit '$(c.fun) != "hello world"'
132 [[ ${c.fun} == 'hello world' ]] || err_exit '${c.fun} != "hello world"'
H A Dnameref.sh223 unset fun i
225 function fun function
231 [[ $(fun $i) == hi ]] || err_exit 'nameref for compound variable with in function name of caller fails'
H A Darrays.sh34 function fun function
116 fun
120 fun
H A Dattributes.sh216 unset -f fun
217 function fun function
223 fun
H A Dbasic.sh443 function fun function
448 fun
H A Dio.sh36 function fun function
51 [[ $(fun) == good ]] || err_exit 'file 3 closed before subshell completes'
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dfault.c268 void (*fun)(int);
275 if((fun=signal(sig,sh_fault))==SIG_IGN)
283 if(sig==SIGALRM && fun!=SIG_DFL && fun!=sh_fault)
284 signal(sig,fun);
579 if(ap && ap->fun)
580 (*ap->fun)(np, 0, NV_AFREE);
H A Dnvtree.c42 Namfun_t *fun; member in struct:nvdir
245 dp->fun = nfp;
266 return((*dp->nextnode)(dp->hp,dp->root,dp->fun));
309 dp->hp = (*dp->nextnode)(np,(Dt_t*)0,dp->fun);
347 dp->fun = nfp;
H A Darith.c165 lvalue->fun = 0;
172 lvalue->fun = tp->fnptr;
177 if(lvalue->fun)
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dshiocmd_solaris.c43 Namfun_t fun; member in struct:dctime
116 dp->fun.disc = &timedisc;
117 nv_stack(np,&dp->fun);
220 Namfun_t fun; member in struct:dcclass
381 tcp->fun.disc = &classdisc;
384 nv_stack(np,&tcp->fun);
H A Dalarm.c40 Namfun_t fun; member in struct:tevent
268 tp->fun.disc = &alarmdisc;
H A Dmkservice.c117 Namfun_t fun; member in struct:Service_s
443 sp->fun.disc = &servdisc;
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DRequestHandler.java667 int ver = 0, fun = 0;
682 fun = (int) ((char)b[1] & 0XFF);
689 printInternalizeErrorMessage(ver, fun, ex);
742 hdr.parseHeader(fun, dis);
756 printInternalizeErrorMessage(ver, fun, ex);
764 if (fun != SrvLocHeader.DAAdvert &&
765 fun != SrvLocHeader.SAAdvert &&
781 private void printInternalizeErrorMessage(int ver, int fun, Exception ex) { argument
807 new Integer(fun),
H A DTransact.java769 int ver = 0, fun = 0;
779 fun = (int) ((char)b[1] & 0XFF);
804 hdr.parseHeader(fun, dis);
831 String fcode = (fun == 0 ? "???":Integer.toString(fun));
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dnval.h83 Namfun_t fun; member in struct:Nambfun
94 void *(*fun)(Namval_t*,const char*,int); /* associative arrays */ member in struct:Namarray
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dmain.c322 setcom(Cmd_info *cmd_info, Cmd_func *fun) argument
328 cmd_info->comfun = fun;
/illumos-gate/usr/src/lib/libshell/common/data/
H A Dbash_pre_rc.sh35 nameref FUNCNAME=.sh.fun
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfc_led_parse.c42 static token_t get_token(char **pptr, int lineNo, actfun_t *fun);
121 actfun_t *fun) /* pointer to function variable to receive action */
130 *fun = NULL;
158 *fun = table[i].action;
116 get_token( char **pptr, int lineNo, actfun_t *fun) argument
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h92 Namfun_t fun; member in struct:Nambfun
103 __V_ *(*fun) __PROTO__((Namval_t*,const char*,int)); /* associative arrays */ member in struct:Namarray
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h92 Namfun_t fun; member in struct:Nambfun
103 __V_ *(*fun) __PROTO__((Namval_t*,const char*,int)); /* associative arrays */ member in struct:Namarray
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h92 Namfun_t fun; member in struct:Nambfun
103 __V_ *(*fun) __PROTO__((Namval_t*,const char*,int)); /* associative arrays */ member in struct:Namarray
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h92 Namfun_t fun; member in struct:Nambfun
103 __V_ *(*fun) __PROTO__((Namval_t*,const char*,int)); /* associative arrays */ member in struct:Namarray
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dfrontend.c466 char fun[BUFSIZ]; local
471 split(value, fun, extends);

Completed in 118 milliseconds

123