Home
last modified time | relevance | path

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

1234567891011

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_unused_ret.c50 struct assignment { struct
56 ALLOCATOR(assignment, "assignment id"); argument
57 DECLARE_PTR_LIST(assignment_list, struct assignment);
102 struct assignment *assign; in match_assign_call()
146 struct assignment *tmp; in delete_used()
181 struct assignment *tmp; in match_end_func()
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dtest-suite.rst120 $ ./test-suite format bad-assignment.c Assignment >> bad-assignment.c
122 cat bad-assignment.c
124 * check-name: bad assignment
130 bad-assignment.c:3:6: error: Expected ; at end of statement
131 bad-assignment.c:3:6: error: got \
H A Ddata-structures.txt48 Have you ever heard of "static single assignment" or SSA form?
49 struct pseudo represents one of those single-assignment variables.
/illumos-gate/usr/src/test/os-tests/tests/definit/
H A Dinit.data16 # Simple assignment, variously indented
25 # Quoted assignment, quotes do not have to match nor be balanced. They are
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Doption.h73 unsigned char assignment; /* option arg assigment op */ member
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Doption.h72 unsigned char assignment; /* option arg assigment op */ member
/illumos-gate/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.c1412 int assignment = 0; in simple() local
1441 if((argp->argflag&ARG_ASSIGN) && assignment!=2) in simple()
1446 if(assignment) in simple()
1450 if(assignment==1) in simple()
1483 assignment = 1+(*argp->argval=='a'); in simple()
1496 if((flag&NV_COMVAR) && !assignment) in simple()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/oawk/
H A DEXPLAIN30 When a variable is set by the assignment
36 If the assignment is a simple copy, as in
H A DREADME89 3. Awk uses structure assignment. Be sure your
/illumos-gate/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.
/illumos-gate/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 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 DOBSOLETE75 variable assignment arguments are placed in the environment,
H A DCOMPATIBILITY119 assignment of an integer variable caused that variable
/illumos-gate/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'
/illumos-gate/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}
/illumos-gate/usr/src/common/mapfiles/common/
H A Dmap.filter43 # The assignment of all allocatable sections to this segment insures that the
/illumos-gate/usr/src/ucblib/libucb/port/
H A Dmapfile-vers61 # set of symbols. However, the assignment of symbol to version varies

1234567891011