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

/illumos-gate/usr/src/tools/cw/
H A Dcw.c333 ((ctx)->i_compiler == CW_C_CC ? CW_C_GCC : CW_C_CC) : \
334 (ctx)->i_compiler)
355 cw_compiler_t i_compiler; member in struct:cw_ictx
1860 ctx->i_compiler = CW_C_CC;
1862 ctx->i_compiler = CW_C_GCC;
1864 ctx->i_compiler = CW_C_CC;
1867 ctx->i_compiler = CW_C_GCC;
1873 ctx->i_compiler = CW_C_GCC;

Completed in 47 milliseconds