Searched refs:assignment (Results 1 – 6 of 6) sorted by relevance
135 static intmax_t assignment(int var, int noeval);144 result = assignment(op, noeval); in primary()258 b = assignment(yylex(), noeval | !a); in cond()271 static intmax_t assignment(int var, int noeval) in assignment() function283 result = assignment(yylex(), noeval); in assignment()298 result = assignment(yylex(), 0); in arith()
40 * The -a flag specifies that this is a posix 'assignment builtin' command.
47 # other - any type that can be copied by assignment
259 There are two consequences of this. First, if an assignment to
79 -e820 // Allow Boolean test of a parenthesized assignment
941 // Assignment and compound assignment operations15825 exception if they are used without prior assignment (just like15973 Fixed a problem where an assignment to a local variable via the15975 assignment. Subsequent assignments were ignored.
Completed in 22 milliseconds