Home
last modified time | relevance | path

Searched refs:CW_F_SHADOW (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/cw/
H A Dcw.c163 #define CW_F_SHADOW 0x02 macro
550 if ((ctx->i_flags & CW_F_SHADOW) && in_output) { in do_gcc()
643 } else if (ctx->i_flags & CW_F_SHADOW) { in do_gcc()
946 if (ctx->i_flags & CW_F_SHADOW) { in do_gcc()
957 if (!seen_o && (ctx->i_flags & CW_F_SHADOW)) { in do_gcc()
1023 if (in_output == 0 || !(ctx->i_flags & CW_F_SHADOW)) { in do_cc()
1049 } else if (ctx->i_flags & CW_F_SHADOW) { in do_cc()
1080 if (ctx->i_flags & CW_F_SHADOW) { in do_cc()
1087 if (!seen_o && (ctx->i_flags & CW_F_SHADOW)) { in do_cc()
1099 (void) printf("%s: %s\n", (ctx->i_flags & CW_F_SHADOW) ? in prepctx()
[all …]