Home | History | Annotate | Download | only in nawk-20071023

Lines Matching refs:unary

48 #define UNARY	case STAR: case PLUS: case QUEST:
53 unary (STAR, PLUS, QUEST): left is child, right is null
191 UNARY
215 UNARY
368 UNARY
636 return (unary(np));
639 return (unary(op2(ALL, NIL, NIL)));
642 return (unary(op2(ALL, NIL, NIL)));
645 return (unary(op2(DOT, NIL, NIL)));
649 return (unary(np));
653 return (unary(np));
656 return (unary(op2(CHAR, NIL, itonp(HAT))));
659 return (unary(op2(CHAR, NIL, NIL)));
664 return unary(op2(CCL, NIL, (Node *) tostring("")));
669 return (unary(np));
697 Node *unary(Node *np)
702 return (unary(op2(STAR, np, NIL)));
705 return (unary(op2(PLUS, np, NIL)));
708 return (unary(op2(QUEST, np, NIL)));