Searched refs:unary (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/cmd/awk/ |
H A D | b.c | 695 static Node *alt(Node *), *unary(Node *); 735 return (unary(np)); in primary() 738 return (unary(op2(ALL, NIL, NIL))); in primary() 741 return (unary(op2(ALL, NIL, NIL))); in primary() 744 return (unary(op2(DOT, NIL, NIL))); in primary() 749 return (unary(np)); in primary() 754 return (unary(np)); in primary() 757 return (unary(op2(CHAR, NIL, itonp(HAT)))); in primary() 760 return (unary(op2(CHAR, NIL, NIL))); in primary() 765 return (unary(op2(CCL, NIL, in primary() [all …]
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | expression.c | 643 struct expression *unary; in unary_expression() local 652 unary = alloc_expression(token->pos, EXPR_PREOP); in unary_expression() 653 unary->op = token->special; in unary_expression() 654 unary->unop = unop; in unary_expression() 655 *tree = unary; in unary_expression() 661 struct expression *unary; in unary_expression() local 670 unary = alloc_expression(token->pos, EXPR_PREOP); in unary_expression() 671 unary->op = token->special; in unary_expression() 672 unary->unop = unop; in unary_expression() 673 *tree = unary; in unary_expression()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | NOTES | 53 (2) _Pragma unary operator for pragmas via macro expansion
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | IR.rst | 17 * .src: (pseudo_t) operand of unary ops (alias for .src1). 18 * .target: (pseudo_t) result of unary, binary & ternary ops, is
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | arith.sh | 316 $SHELL -c '(( +1 == 1))' 2> /dev/null || err_exit 'unary + not working'
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | RELEASE93 | 223 of unary test operators has been fixed. 362 a. I bug in shcomp for compilation of unary operators with [[...]]
|
H A D | RELEASE | 1145 09-01-16 +The -R unary operator was added to [[...]] and test to check whether 1147 09-01-16 +The -v unary operator was added to [[...]] and test to check whether 2147 03-03-18 +A -N unary operator was added to test and [[...]] which returns 2299 02-05-23 A bug with unary + introduced in ksh93k has been fixed. 2573 01-02-19 The -u, -g, and -k unary tests did not give the correct 2706 99-03-31 A bug in shcomp for compilation of unary operators with [[...]] 2918 of unary test operators has been fixed.
|
H A D | sh.memo | 2012 All unary operators are of the form 2059 The unary operator 2062 The unary operator 2067 The unary operator
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-test-utiltest.p5m | 75 file path=opt/util-tests/tests/awk/bugs-fixed/unary-plus.awk mode=0444 76 file path=opt/util-tests/tests/awk/bugs-fixed/unary-plus.ok mode=0444
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | list | 23658 unary
|
/illumos-gate/usr/src/cmd/look/ |
H A D | words | 23659 unary
|