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.c195 cw_compiler_t *i_compiler; member
515 if (asprintf(&nameflag, "-_%s=", ctx->i_compiler->c_name) == -1) in do_gcc()
973 if (asprintf(&nameflag, "-_%s=", ctx->i_compiler->c_name) == -1) in do_cc()
1061 newae(ctx->i_ae, ctx->i_compiler->c_path); in prepctx()
1065 "shadow" : "primary", ctx->i_compiler->c_path); in prepctx()
1080 switch (ctx->i_compiler->c_style) { in prepctx()
1429 main_ctx->i_compiler = &primary; in main()
1465 shadow_ctx->i_compiler = &shadows[i]; in main()