/osnet-11/usr/src/lib/libnisdb/ |
H A D | db_log_entry.cc | 47 aversion.assign(v); 51 bversion.assign(v);
|
H A D | db_vers_c.x | 87 % void assign( vers *other );
|
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");
|
H A D | db_dictlog.cc | 56 aversion.assign(v); 60 bversion.assign(v);
|
H A D | db_mindex_c.x | 184 % void change_version( vers *v ) { rversion.assign( v );}
|
H A D | db_dictionary.cc | 1218 db_update_version.assign(j->get_version()); 1327 db_update_version.assign(newv); // update version 1333 db_update_version.assign(oldv); // rollback 1641 db_update_version.assign(newv);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/ |
H A D | restrict.t | 88 unless (ok ++$test, !$@, "Can assign to reserved key 'extra'?") { 95 ok ++$test, $@, "Can not assign to invalid key 'nono'?"; 123 unless (ok ++$test, !$@, "Can assign to reserved key '$k'?") {
|
/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 | 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...] |
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;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | pp.h | 324 #define tryAMAGICbinW(meth,assign,set) STMT_START { \ 332 (assign)? AMGf_assign: 0))) {\ 338 #define tryAMAGICbin(meth,assign) tryAMAGICbinW(meth,assign,SETsv) 339 #define tryAMAGICbinSET(meth,assign) tryAMAGICbinW(meth,assign,SETs)
|
H A D | gv.c | 1458 int off=0, off1, lr=0, assign=AMGf_assign & flags, notfound=0; 1459 int postpr = 0, force_cpy = 0, assignshift = assign ? 1 : 0; 1471 || (assign && amtp->fallback > AMGfallNEVER && /* fallback to 1484 /* In all the covered cases we should be called with assign==0. */ 1490 right = &PL_sv_yes; lr = -1; assign = 1; 1497 right = &PL_sv_yes; lr = -1; assign = 1; 1667 force_cpy = force_cpy || assign; 1693 * assignshift==1, assign==T, method + 1 == off 1695 * assignshift==0, assign==0, method + 0 == off 1697 * assignshift==0, assign [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | hashassign.t | 231 my $assign = sprintf '("\x{%x}" => "%d")', $chr, $chr; 232 print "# $assign\n"; 233 my (@utf8a) = eval $assign;
|
/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);
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | errlist | 142 126 Cannot assign requested address
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | Env.pm | 58 the environment, assign it the undefined value
|
H A D | attributes.pm | 151 will neither assign 42 to $x I<nor> will it apply the C<Bent> attribute
|
H A D | overload.pm | 122 assign => "+= -= *= /= %= **= <<= >>= x= .=", 442 assign => '+= -= *= /= %= **= <<= >>= x= .=',
|
H A D | CGI.pm | 3604 # If no filename specified, then just read the data and assign it 3719 # If this is the start part, then just read the data and assign it 6090 These are used to assign JavaScript event handlers. See the 6437 The optional fifth parameter (-attributes) is provided to assign 6517 An optional sixth parameter (-attributes) is provided to assign 6586 The optional sixth parameter (-attributes) is provided to assign 6668 The optional B<-attributes> argument is provided to assign any of the 6842 The optional B<-attributes> argument is provided to assign any of the
|
/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/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | Functions.pm | 265 my Misc,Namespace declare and assign a local variable (lexical scoping) 274 our Misc,Namespace declare and assign a package variable (lexical scoping)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/ |
H A D | B.pm | 180 /^(or(assign)?|and(assign)?|mapwhile|grepwhile|entertry|range|cond_expr)$/)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/ |
H A D | Struct.pm | 282 $obj->s('new value'); # assign to element 287 $obj->a(2, 'new value'); # assign to array element 292 $obj->h('x', 'new value'); # assign to hash element 297 $obj->c(new My_Other_Class); # assign a new object 310 used to assign to the element and to fetch its value. The
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/ |
H A D | More.pm | 204 assign a name to each test. Which would you rather see:
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/ |
H A D | Collate.pm | 1709 assign C<normalization =E<gt> undef> explicitly.
|