Searched defs:CW_F_SHADOW (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/cw/
H A Dcw.c310 #define CW_F_SHADOW 0x02 macro
332 (((ctx)->i_flags & CW_F_SHADOW) ? \
712 if ((ctx->i_flags & CW_F_SHADOW) && in_output)
839 } else if (ctx->i_flags & CW_F_SHADOW) {
1426 if (c_files > 1 && (ctx->i_flags & CW_F_SHADOW) &&
1496 if (op == CW_O_LINK && (ctx->i_flags & CW_F_SHADOW))
1503 if (!seen_o && (ctx->i_flags & CW_F_SHADOW)) {
1524 if (in_output == 0 || !(ctx->i_flags & CW_F_SHADOW)) {
1556 } else if (ctx->i_flags & CW_F_SHADOW) {
1580 (ctx->i_flags & CW_F_SHADOW))
[all...]

Completed in 57 milliseconds