Home
last modified time | relevance | path

Searched refs:assignment (Results 1 – 25 of 198) sorted by relevance

12345678

/titanic_41/usr/src/lib/libast/common/include/
H A Doption.h72 unsigned char assignment; /* option arg assigment op */ member
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Doption.h81 unsigned char assignment; /* option arg assigment op */ member
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Doption.h81 unsigned char assignment; /* option arg assigment op */ member
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Doption.h81 unsigned char assignment; /* option arg assigment op */ member
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Doption.h81 unsigned char assignment; /* option arg assigment op */ member
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dlex.c319 int inlevel=lp->lexd.level, assignment=0, ingrave=0; in sh_lex() local
1110 assignment = lp->assignok; in sh_lex()
1113 if(assignment) in sh_lex()
1117 else if(c!=LPAREN && assignment==SH_COMPASSIGN) in sh_lex()
1118 assignment = 0; in sh_lex()
1129 assignment = -1; in sh_lex()
1193 if(sh_isoption(SH_BRACEEXPAND) && c==LBRACE && !assignment && state[n]!=S_BREAK in sh_lex()
1297 if(assignment<0) in sh_lex()
1304 if(assignment || (lp->lex.intest&&!lp->lex.incase) || mode==ST_NONE) in sh_lex()
1333 lp->comp_assign = assignment; in sh_lex()
[all …]
H A Dparse.c1289 int assignment = 0; in simple() local
1318 if((argp->argflag&ARG_ASSIGN) && assignment!=2) in simple()
1323 if(assignment) in simple()
1327 if(assignment==1) in simple()
1364 assignment = 1+(*argp->argval=='a'); in simple()
/titanic_41/usr/src/cmd/rpcgen/
H A Drpc_hout.c418 if (l->assignment) { in penumdef()
419 f_print(fout, " = %s", l->assignment); in penumdef()
420 last = l->assignment; in penumdef()
H A Drpc_parse.h80 char *assignment; member
H A Drpc_parse.c404 elist->assignment = NULL; in def_enum()
408 elist->assignment = tok.str; in def_enum()
/titanic_41/usr/src/cmd/oawk/
H A DEXPLAIN32 When a variable is set by the assignment
38 If the assignment is a simple copy, as in
H A DREADME90 3. Awk uses structure assignment. Be sure your
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Project/pod/
H A DProject.pod40 returned. If pool assignment fails, C<SETPROJ_ERR_POOL> is returned. If any
42 offset of the failed attribute assignment in the project database is returned.
/titanic_41/usr/src/lib/libshell/common/
H A DRELEASE8867 e. Compound assignments. The assignment syntax, varname=value,
80 case, each assignment is made to varname.name, where
81 name is the name of the enclosed assignment.
83 statements. In this case each assignment is made as
87 the above assignment is (assignment_list), where the
132 index of a for or select loop, each assignment causes a
420 and assignment to shell variables. It is also possible
H A DRELEASE137 assignment with no elements has been fixed.
271 with an initial assignment didn't work correctly has been fixed.
313 used as an embedded type with a compound assignment has been fixed.
379 08-09-05 An assignment of the form name1=name2 where name1 and name2
396 08-08-11 A bug in which type instantiation with a compound assignment in
459 08-06-09 A bug in which the return value for an assignment command containing
460 a command substitution with that failed was zero when the assignment
494 inside compound indexed array assignment after a new-line has
502 the specified variable so be unset before the assignment and
524 08-04-27 A bug in which the assignment x=(typeset -a foo=([0]=abc)) created
[all …]
H A DTYPES17 where definition contains assignment commands, declaration commands,
119 If the variables var1 and var2 are of the same type, then the assignment
H A DOBSOLETE75 variable assignment arguments are placed in the environment,
H A DRELEASE9377 it was terminated with a colon inside an assignment
229 c. A bug in right to left arithmetic assignment for which
336 assignment has been fixed.
337 e. A bug which in which assignment to array variables in
351 the value was determined by the first assignment.
H A DCOMPATIBILITY117 assignment of an integer variable caused that variable
/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/
H A DClientLib_en.properties158 assignment_null_id = No attribute id in attribute assignment expression ``{0}''''
159 assignment_syntax_err = Syntax error in attribute assignment expression ``{0}''''
185 template_assign_error = Syntax error in attribute assignment at line {0}
/titanic_41/usr/src/common/mapfiles/common/
H A Dmap.filter43 # The assignment of all allocatable sections to this segment insures that the
/titanic_41/usr/src/lib/libshell/common/tests/
H A Dnameref.sh358 …> /dev/null || err_exit 'patterns with quotes not handled correctly with name reference assignment'
H A Darith.sh360 (( i == 10 )) || err_exit 'leading zeros not ignored for arithmetic assignment'
/titanic_41/usr/src/ucblib/libucb/port/
H A Dmapfile-vers56 # set of symbols. However, the assignment of symbol to version varies
/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A Dhelp-l10n-comments.txt158 catenation on the right-hand side of the assignment.
163 will result in an identical assignment.

12345678