Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cw/
H A Dcw.c207 cw_compiler_t *i_compiler; member
523 if (asprintf(&nameflag, "-_%s=", ctx->i_compiler->c_name) == -1) in do_gcc()
1007 if (asprintf(&nameflag, "-_%s=", ctx->i_compiler->c_name) == -1) in do_cc()
1096 newae(ctx->i_ae, ctx->i_compiler->c_path); in prepctx()
1100 "shadow" : "primary", ctx->i_compiler->c_path); in prepctx()
1115 switch (ctx->i_compiler->c_style) { in prepctx()
1467 main_ctx->i_compiler = &primary; in main()
1503 shadow_ctx->i_compiler = &shadows[i]; in main()