Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/cw/
H A Dcw.c336 #define CIDX(compiler, flags) \ macro
1596 switch (CIDX(CC(ctx), ctx->i_flags)) { in prepctx()
1597 case CIDX(CW_C_CC, 0): in prepctx()
1601 case CIDX(CW_C_CC, CW_F_CXX): in prepctx()
1605 case CIDX(CW_C_GCC, 0): in prepctx()
1609 case CIDX(CW_C_GCC, CW_F_CXX): in prepctx()
1618 cmd = cmds[CIDX(CC(ctx), ctx->i_flags)]; in prepctx()