Home
last modified time | relevance | path

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

12345678

/titanic_53/usr/src/contrib/ast/src/lib/libast/astsa/
H A Doption.h73 unsigned char assignment; /* option arg assigment op */ member
/titanic_53/usr/src/contrib/ast/src/lib/libast/include/
H A Doption.h72 unsigned char assignment; /* option arg assigment op */ member
/titanic_53/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_53/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c330 int inlevel=lp->lexd.level, assignment=0, ingrave=0; in sh_lex() local
1184 assignment = lp->assignok; in sh_lex()
1187 if(assignment) in sh_lex()
1191 else if(c!=LPAREN && assignment==SH_COMPASSIGN) in sh_lex()
1192 assignment = 0; in sh_lex()
1204 assignment = -1; in sh_lex()
1275 if(sh_isoption(SH_BRACEEXPAND) && c==LBRACE && !assignment && state[n]!=S_BREAK in sh_lex()
1382 if(assignment<0) in sh_lex()
1389 if(assignment || (lp->lex.intest&&!lp->lex.incase) || mode==ST_NONE) in sh_lex()
1414 lp->comp_assign = assignment; in sh_lex()
[all …]
H A Dparse.c1405 int assignment = 0; in simple() local
1434 if((argp->argflag&ARG_ASSIGN) && assignment!=2) in simple()
1439 if(assignment) in simple()
1443 if(assignment==1) in simple()
1476 assignment = 1+(*argp->argval=='a'); in simple()
1489 if((flag&NV_COMVAR) && !assignment) in simple()
/titanic_53/usr/src/boot/sys/boot/fdt/dts/
H A Dbindings-mpp.txt13 - function : function ID of the pin according to the assignment tables in
/titanic_53/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_53/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_53/usr/src/contrib/ast/src/cmd/ksh93/
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 DRELEASE99 12-05-15 Fixed a .paths bug in which only the first BUILTIN_LIB assignment worked.
206 12-03-15 The assignment, typeset -C foo=(a b c) now generates a syntax
207 error since a is not an assignment command.
210 12-03-08 The assignment typeset -a (x=1 y=2) now creates an index array
278 arr was not unset before the assignment has been fixed.
434 11-03-11 A bug in which a compound assignment of the form var[sub]=(...)
435 would evaluate sub for each assignment has been fixed.
481 11-01-10 A bug in arithmetic assignment operators of the form op= for array
523 10-11-23 If a type definition is made without a compound variable assignment it
602 option and without an assignment now causes the variables to be unset
[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 DCOMPATIBILITY119 assignment of an integer variable caused that variable
H A Dsh.memo953 at the time of the assignment whereas
977 recent assignment plus the elapsed time.
1267 it is defined the first time an assignment is made to the variable.
1268 Each assignment causes justification of the field, truncating
1337 attributes cause the evaluation of the right hand side of the assignment.
1365 assignment commands or the
1369 compound assignment as described below, or by the
1434 The syntax for a compound assignment is
1435 .IB name =( assignment-list )
1473 the effect of a compound assignment is to make
[all …]
/titanic_53/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dnameref.sh365 …> /dev/null || err_exit 'patterns with quotes not handled correctly with name reference assignment'
695 …lv.c=( [4]=( x=1 )) ; } ; compound gg ; x' || err_exit 'compound array assignment with nameref in …
H A Darith.sh360 (( i == 10 )) || err_exit 'leading zeros not ignored for arithmetic assignment'
635 (( foo == 8 )) || err_exit 'arithmetic assignment binding to the wrong scope'
/titanic_53/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_53/usr/src/common/mapfiles/common/
H A Dmap.filter43 # The assignment of all allocatable sections to this segment insures that the
/titanic_53/usr/src/ucblib/libucb/port/
H A Dmapfile-vers56 # set of symbols. However, the assignment of symbol to version varies
/titanic_53/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.
/titanic_53/usr/src/contrib/ast/src/lib/libcmd/
H A DRELEASE132 06-11-21 cp.c: fix 06-10-31 const dot[] readonly assignment
218 03-06-04 stty.c: add undef to control assignment docs

12345678