Home
last modified time | relevance | path

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

/dports/graphics/argyllcms/Argyll_V1.9.2/imdi/
H A Dimdi_make.c278 if (gs.opt & opts_splx) { in main()
286 gs.opt |= opts_splx; in main()
288 gs.opt &= ~opts_splx; in main()
H A Dimdi_gen.c201 || ((gs->opt & opts_splx_sort) && (gs->opt & opts_splx)) in set_genspec()
202 || ((gs->opt & opts_sort_splx) && (gs->opt & opts_splx))) { in set_genspec()
H A Dimdi_gen.h104 opts_splx = 0x40, /* Generate simplex only (when possible), default is sort only. */ enumerator
H A Dcgen.c193 if (g->opt & opts_splx)
1642 g->opt &= ~opts_splx; /* Don't care about this, only about opts_splx/sort */