Searched refs:assignment (Results 1 - 24 of 24) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/comp/
H A Dparser.t32 like( $@, qr/^Can't modify constant item in list assignment/,
33 'bareword in list assignment' );
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Doption.h81 unsigned char assignment; /* option arg assigment op */ member in struct:Opt_s
/osnet-11/usr/src/lib/libast/common/include/
H A Doption.h72 unsigned char assignment; /* option arg assigment op */ member in struct:Opt_s
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Doption.h81 unsigned char assignment; /* option arg assigment op */ member in struct:Opt_s
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Doption.h81 unsigned char assignment; /* option arg assigment op */ member in struct:Opt_s
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Doption.h81 unsigned char assignment; /* option arg assigment op */ member in struct:Opt_s
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Dlint.t25 Implicit scalar context for array in scalar assignment at -e line 1
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dchop.t178 ok($@ =~ /Can\'t modify.*chop.*in.*assignment/);
180 ok($@ =~ /Can\'t modify.*chom?p.*in.*assignment/);
182 ok($@ =~ /Can\'t modify.*chop.*in.*assignment/);
184 ok($@ =~ /Can\'t modify.*chom?p.*in.*assignment/);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DXSLoader_pm.PL176 @ISA assignment at all; moreover, if instead of C<our> one uses
181 one can remove this reference to @ISA together with the @ISA assignment
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DStruct.pm383 assignment) is returned. If the element type is C<'*$'>, a reference
402 as the sole argument, this causes an assignment of the whole array element.
420 as the sole argument, this causes an assignment of the whole hash element.
434 returns the element value (after assignment). If the element type
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dopcode.pl677 sassign scalar assignment ck_sassign s0
678 aassign list assignment ck_null t2 L L
856 andassign logical and assignment (&&=) ck_null s|
857 orassign logical or assignment (||=) ck_null s|
858 dorassign defined or assignment (//=) ck_null s|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Doverload.pm210 for the assignment form C<*=> of multiplication.
256 the current operation is an assignment variant (as in
290 =item C<x=> and other assignment versions
304 B<Warning.> Due to the presence of assignment versions of operations,
305 routines which may be called in assignment context may create
321 Even if no I<explicit> assignment-variants of operators are present in
338 For these operations a substituted non-assignment variant can be called if
339 the assignment variant is not available. Methods for operations C<+>,
553 overload>. However, it does not overload the Perl assignment
565 done during execution of the C<++$a>, and not during the assignment,
[all...]
H A Dsigtrap.pm183 assignment to an element of C<%SIG>.
H A Dperl5db.pl171 assignment) contains the text from C<$filename>, with each element
175 assignment) contains breakpoints and actions. The keys are line numbers;
6323 # VAR_n: how many we have. Scalar assignment gets the number of items.
6451 # XXX Should this perhaps be an assignment from @_?
7456 to named subroutines (including those aliased via glob assignment).
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.pm153 from this subroutine. Note that the first assignment above does not
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm342 A function to return a suitable assignment clause. If I<TYPE> is aggregate
345 of C code to proceed and follow the assignment. I<PRE> will be at the start
853 C code to use before the assignment of the value of the constant. This allows
860 C code to place between the assignment of value (to a temporary) and the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfigpm475 original config.sh shell variable assignment script.
H A Dconfig_h.SH3138 * that cannot be copied by simple assignment, so that some
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dlex.c329 int inlevel=lp->lexd.level, assignment=0, ingrave=0; local
1149 assignment = lp->assignok;
1152 if(assignment)
1156 else if(c!=LPAREN && assignment==SH_COMPASSIGN)
1157 assignment = 0;
1169 assignment = -1;
1235 if(sh_isoption(SH_BRACEEXPAND) && c==LBRACE && !assignment && state[n]!=S_BREAK
1341 if(assignment<0)
1348 if(assignment || (lp->lex.intest&&!lp->lex.incase) || mode==ST_NONE)
1373 lp->comp_assign = assignment;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm492 assignment of arguments to @_ on subroutine entry.
/osnet-11/usr/src/lib/libast/common/misc/
H A Doptget.c4273 opt_info.assignment = 0;
4403 if (!isalnum(*(s - 1)) && *(w - 1) == (opt_info.assignment = *(s - 1)))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm1317 But assignment of weight for CJK Unified Ideographs
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm296 # TODO maybe replace this with map-plus-assignment?
2327 immediately. Every assignment like C<$a[3] = ...> rewrites as much of
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm2324 # distinguish which side of an assignment we're on.
4021 # assignment overhead). Depending on whether we're using ithreads,
4237 of $y into a string before doing the assignment.

Completed in 81 milliseconds