Searched refs:unary (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/cmd/awk/ |
H A D | b.c | 563 static Node *alt(Node *), *unary(Node *); 603 return (unary(np)); in primary() 606 return (unary(op2(ALL, NIL, NIL))); in primary() 609 return (unary(op2(DOT, NIL, NIL))); in primary() 614 return (unary(np)); in primary() 619 return (unary(np)); in primary() 622 return (unary(op2(CHAR, NIL, (Node *)HAT))); in primary() 625 return (unary(op2(CHAR, NIL, NIL))); in primary() 630 return (unary(op2(CCL, NIL, in primary() 637 return (unary(np)); in primary() [all …]
|
/titanic_41/usr/src/cmd/egrep/ |
H A D | egrep.y | 137 unary(FINAL, $1); 155 $$ = unary(STAR, $$); 186 { $$ = unary(STAR, $1); } 188 { $$ = unary(PLUS, $1); } 190 { $$ = unary(QUEST, $1); } 367 unary(int x, int d) in unary() function
|
/titanic_41/usr/src/lib/libpp/common/ |
H A D | NOTES | 53 (2) _Pragma unary operator for pragmas via macro expansion
|
/titanic_41/usr/src/lib/libshell/common/tests/ |
H A D | arith.sh | 316 $SHELL -c '(( +1 == 1))' 2> /dev/null || err_exit 'unary + not working'
|
/titanic_41/usr/src/lib/libshell/common/ |
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 | 239 09-01-16 The -R unary operator was added to [[...]] and test to check whether 241 09-01-16 The -v unary operator was added to [[...]] and test to check whether 1241 03-03-18 A -N unary operator was added to test and [[...]] which returns 1393 02-05-23 A bug with unary + introduced in ksh93k has been fixed. 1667 01-02-19 The -u, -g, and -k unary tests did not give the correct 1800 99-03-31 A bug in shcomp for compilation of unary operators with [[...]] 2012 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
|
/titanic_41/usr/src/cmd/look/ |
H A D | words | 23661 unary
|
/titanic_41/usr/src/cmd/spell/ |
H A D | list | 23660 unary
|