Lines Matching +defs:a +defs:code

508 #define PairNumber(a)		(NCURSES_CAST(int,(((unsigned long)(a) & A_COLOR) >> NCURSES_ATTR_SHIFT)))  argument
515 #define unColor2(a) ((a) & ALL_BUT_COLOR) argument
526 #define SetPair2(c,a,p) c = (p), \ argument
529 #define GetPair2(c,a) ((c) ? (c) : PairNumber(a)) argument
533 #define SameAttrOf(a,b) (AttrOf(a) == AttrOf(b) && GetPair(a) == GetPair(b)) argument
553 #define SameAttrOf(a,b) (AttrOf(a) == AttrOf(b)) argument
675 # define sigprocmask(a, b, c) _nc_sigprocmask(a, b, c) argument
698 # define sigprocmask(a, b, c) _nc_sigprocmask(a, b, c) argument
1298 #define min(a,b) ((a) > (b) ? (b) : (a)) argument
1302 #define max(a,b) ((a) < (b) ? (b) : (a)) argument
1386 #define AddAttr(c,a) AttrOf(c) |= ((a) & A_ATTRIBUTES) argument
1387 #define RemAttr(c,a) AttrOf(c) &= ~((a) & A_ATTRIBUTES) argument
1388 #define SetAttr(c,a) AttrOf(c) = ((a) & A_ATTRIBUTES) | WidecExt(c) argument
1390 #define NewChar2(c,a) { a, { c, NulChar } NulColor } argument
1394 #define CharEq(a,b) (((a).attr == (b).attr) \ argument
1404 #define CharEq(a,b) (!memcmp(&(a), &(b), sizeof(a))) argument
1407 #define SetChar(ch,c,a) do { \ argument
1468 #define if_WIDEC(code) code argument
1479 #define AddAttr(c,a) c |= (a) argument
1480 #define RemAttr(c,a) c &= ~((a) & A_ATTRIBUTES) argument
1481 #define SetAttr(c,a) c = ((c) & ~A_ATTRIBUTES) | (a) argument
1483 #define NewChar2(c,a) ((c) | (a)) argument
1484 #define CharEq(a,b) ((a) == (b)) argument
1485 #define SetChar(ch,c,a) ch = (c) | (a) argument
1501 #define if_WIDEC(code) /* nothing */ argument
1669 #define TR(n, a) if (USE_TRACEF(n)) _nc_locked_tracef a argument
1670 #define T(a) TR(TRACE_CALLS, a) argument
1682 #define returnAttr(code) TRACE_RETURN(code,attr_t) argument
1683 #define returnBits(code) TRACE_RETURN(code,unsigned) argument
1684 #define returnBool(code) TRACE_RETURN(code,bool) argument
1685 #define returnCPtr(code) TRACE_RETURN1(code,cptr) argument
1686 #define returnCVoidPtr(code) TRACE_RETURN1(code,cvoid_ptr) argument
1687 #define returnChar(code) TRACE_RETURN(code,char) argument
1688 #define returnChtype(code) TRACE_RETURN(code,chtype) argument
1689 #define returnCode(code) TRACE_RETURN(code,int) argument
1690 #define returnIntAttr(code) TRACE_RETURN2(code,int,attr_t) argument
1691 #define returnMMask(code) TRACE_RETURN_SP(code,mmask_t) argument
1692 #define returnPtr(code) TRACE_RETURN1(code,ptr) argument
1693 #define returnSP(code) TRACE_RETURN1(code,sp) argument
1695 #define returnVoidPtr(code) TRACE_RETURN1(code,void_ptr) argument
1696 #define returnWin(code) TRACE_RETURN1(code,win) argument
1753 #define T(a) argument
1754 #define TR(n, a) argument
1758 #define returnAttr(code) return code argument
1759 #define returnBits(code) return code argument
1760 #define returnBool(code) return code argument
1761 #define returnCPtr(code) return code argument
1762 #define returnCVoidPtr(code) return code argument
1763 #define returnChar(code) return ((char) code) argument
1764 #define returnChtype(code) return code argument
1765 #define returnCode(code) return code argument
1766 #define returnIntAttr(code) return code argument
1767 #define returnMMask(code) return code argument
1768 #define returnPtr(code) return code argument
1769 #define returnSP(code) return code argument
1771 #define returnVoidPtr(code) return code argument
1772 #define returnWin(code) return code argument
1774 #define returnDB(code) return code argument
2053 #define ExitTerminfo(code) exit_terminfo(code) argument
2081 #define _nc_handle_sigwinch(a) /* nothing */ argument