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()
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()
1415 if(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 DRELEASE207 error since a is not an assignment command.
278 arr was not unset before the assignment has been fixed.
435 would evaluate sub for each assignment has been fixed.
1043 assignment with no elements has been fixed.
1537 compound assignment could fail has been fixed.
1819 the colon was an assignment.
2258 compound variable assignment has been fixed.
2564 with the += assignment operator.
2755 assignment has been fixed.
2770 the value was determined by the first assignment.
[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