This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | _Q_h_ 1 |
| #define | A(i, c, n, a) |
| #define | E(i, c, n, a) |
| #define | C(i, c, n, a) |
| #define | E1(i, c, n, a) (C(i,c,n,a) == 1) |
| #define | S(i, c, n, v) |
| #define | P(i, c, n, v) |
Variables | |
| error This file requires the GNU C C statement expression | extension |
|
|
|
|
|
Value: ({ \
int _A_result = 1; \
i; \
while(c) { \
if(!(a)) { \
_A_result = 0; \
break; \
} \
n; \
} \
_A_result; \
})
Definition at line 59 of file Q.h. Referenced by move2dinfo(), and moveinfo(). |
|
|
Value: ({ \
long _C_result = 0; \
i; \
while(c) { \
if(a) { \
_C_result++; \
} \
n; \
} \
_C_result; \
})
|
|
|
Value: ({ \
int _E_result = 0; \
i; \
while(c) { \
if(a) { \
_E_result = 1; \
break; \
} \
n; \
} \
_E_result; \
})
|
|
|
|
|
|
Value: ({ \
i; \
typeof(v) _P_result = 1; \
while(c) { \
_P_result *= (v); \
n; \
} \
_P_result; \
})
|
|
|
Value: ({ \
i; \
typeof(v) _S_result = 0; \
while(c) { \
_S_result += (v); \
n; \
} \
_S_result; \
})
|
|
|
|
1.3.4