Home
last modified time | relevance | path

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

/dports/graphics/netpbm/netpbm-10.91.01/converter/other/
H A Dpgmtopbm.c53 cluster3Opt, cluster4Opt, cluster8Opt; in parseCommandLine() local
69 OPTENT3(0, "cluster8", OPT_FLAG, NULL, &cluster8Opt, 0); in parseCommandLine()
70 OPTENT3(0, "c8", OPT_FLAG, NULL, &cluster8Opt, 0); in parseCommandLine()
84 cluster3Opt + cluster4Opt + cluster8Opt == 0) in parseCommandLine()
87 cluster3Opt + cluster4Opt + cluster8Opt > 1) in parseCommandLine()
104 } else if (cluster8Opt) { in parseCommandLine()
/dports/graphics/netpbm/netpbm-10.91.01/editor/
H A Dpamditherbw.c69 cluster3Opt, cluster4Opt, cluster8Opt; in parseCommandLine() local
86 OPTENT3(0, "cluster8", OPT_FLAG, NULL, &cluster8Opt, 0); in parseCommandLine()
87 OPTENT3(0, "c8", OPT_FLAG, NULL, &cluster8Opt, 0); in parseCommandLine()
105 cluster3Opt + cluster4Opt + cluster8Opt == 0) in parseCommandLine()
108 cluster3Opt + cluster4Opt + cluster8Opt > 1) in parseCommandLine()
135 } else if (cluster8Opt) { in parseCommandLine()