Searched refs:ch2 (Results 1 – 3 of 3) sorted by relevance
| /plan9/sys/src/cmd/gs/jpeg/ |
| H A D | rdswitch.c | 308 char ch1, ch2; in set_sample_factors() local 312 ch2 = ','; /* if not set by sscanf, will be ',' */ in set_sample_factors() 313 if (sscanf(arg, "%d%c%d%c", &val1, &ch1, &val2, &ch2) < 3) in set_sample_factors() 315 if ((ch1 != 'x' && ch1 != 'X') || ch2 != ',') /* syntax check */ in set_sample_factors()
|
| /plan9/sys/src/ape/cmd/patch/ |
| H A D | getopt.c | 282 # define SWAP_FLAGS(ch1, ch2) \ argument 286 __getopt_nonoption_flags[ch1] = __getopt_nonoption_flags[ch2]; \ 287 __getopt_nonoption_flags[ch2] = __tmp; \ 290 # define SWAP_FLAGS(ch1, ch2) argument
|
| /plan9/sys/src/cmd/gs/src/ |
| H A D | zht2.c | 504 int cw2, ch2; in dict_threshold2_params() local 509 (code = ch2 = dict_int_param(pdict, "Height2", 0, 0x7fff, 0, in dict_threshold2_params() 514 if ((bps != 8 && bps != 16) || cw2 != ch2 || in dict_threshold2_params()
|