Searched refs:output_mode (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/ext/nkf/nkf-utf8/
H A Dnkf.c44 /* state of output_mode and input_mode
556 static int output_mode = ASCII; /* output kanji mode */ variable
2540 if (output_mode != ASCII && output_mode != ISO_8859_1) { \
2544 output_mode = mode; \
2551 if (output_mode == mode)
2588 output_mode = mode;
2674 output_mode = ASCII;
2677 output_mode = EUC_JP;
2680 output_mode
[all...]
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dppd-cache.c1050 *output_mode, /* com.apple.print.preset.output-mode value */ local
1104 output_mode = cupsGetOption("com.apple.print.preset.output-mode",
1108 if (output_mode)
1110 if (!strcmp(output_mode, "monochrome"))
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dprinters.c3622 *output_mode, /* OutputMode option */ local
3779 if ((output_mode = ppdFindOption(ppd, "OutputMode")) != NULL)
3781 if (ppdFindChoice(output_mode, "draft") ||
3782 ppdFindChoice(output_mode, "fast"))
3787 if (ppdFindChoice(output_mode, "best") ||
3788 ppdFindChoice(output_mode, "high"))
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_ripencc.c397 unsigned char output_mode, unsigned char input_mode);
563 0x01, /* output_mode */
1109 unsigned char output_mode, unsigned char input_mode)
1116 cmd->buf[4] = output_mode; /* Ch. A transmission mode */
1106 cmd_0x3Ds(TSIPPKT *cmd, unsigned char baud_out, unsigned char baud_inp, unsigned char char_code, unsigned char stopbitcode, unsigned char output_mode, unsigned char input_mode) argument

Completed in 246 milliseconds