Searched defs:assign (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/lib/libnisdb/ |
H A D | db_vers.cc | 44 assign(other); 48 vers::assign(vers* other) function in class:vers 50 WRITELOCKV(this, "w vers::assign"); 60 WRITEUNLOCKV(this, "wu vers::assign");
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | Constant.pm | 340 =item assign INDENT, TYPE, PRE, POST, VALUE... 352 sub assign { subroutine 434 $clause .= assign ($indent, $type, $pre, $post, 447 $clause .= assign ($indent, $type, $def_pre, $def_post, @default); 943 # Figure out what types we're dealing with, and assign all unknowns to the
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | arith.c | 60 static Namval_t *scope(register Namval_t *np,register struct lval *lvalue,int assign) argument 70 assign = assign?NV_ASSIGN:NV_NOASSIGN; 78 if((!(np = nv_open(cp,shp->var_tree,assign|NV_VARNAME|NV_NOADD|NV_NOFAIL)) || nv_isnull(np)) && sh_macfun(shp,cp, offset = staktell())) 85 if(!np && assign) 86 np = nv_open(cp,shp->var_tree,assign|NV_VARNAME); 97 else if(assign==NV_ASSIGN && nv_isnull(np) && !nv_isattr(np, ~(NV_MINIMAL|NV_NOFREE))) 120 nv_putsub(np,sub,assign==NV_ASSIGN?ARRAY_ADD:0); 158 np = nv_open(sub,shp->var_tree,assign);
|
H A D | nvdisc.c | 35 static void assign(Namval_t*,const char*,int,Namfun_t*); 124 * call the next assign function in the chain 152 if(!value && (flags&NV_TYPE) && fp && fp->disc->putval==assign) 251 static void assign(Namval_t *np,const char* val,int flags,Namfun_t *handle) function 453 if(vp->fun.disc && (vp->fun.disc->setdisc || vp->fun.disc->putval == assign)) 506 if(vp && vp->fun.disc->putval!=assign) 519 dp->putval = assign;
|
H A D | parse.c | 937 static struct argnod *assign(Lex_t *lexp, register struct argnod *ap, int type) function 995 ar = assign(lexp,ar,0); 1520 argp = assign(lexp,argp,type);
|
H A D | macro.c | 79 char assign; /* set for assignments */ member in struct:_mac_ 170 mp->assign = 0; 172 mp->assign = -mode; 223 mp->assign = !mp->split; 281 mp->split = mp->assign = mp->pattern = mp->patfound = mp->lit = mp->arith = mp->let = 0; 701 if(mp->arith || (((mp->assign&1) || endch==RBRACT) && 707 if(mp->assign&1) 790 if(mp->assign==1) 794 mp->assign = 2; 808 if(n==S_COLON && mp->assign 1576 int assign = mp->assign; local [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/script/ |
H A D | execute.c | 599 char *assign = grub_strdup (cmdname); local 600 char *eq = grub_strchr (assign, '='); 610 grub_script_env_set (assign, eq); 612 grub_free (assign);
|
Completed in 42 milliseconds