Lines Matching defs:code
7 Original code taken from sane-0.71
46 account of linking the SANE library code into it.
69 2004-02-08 Reformat all source code with "indent -bli0"
78 Borrowed some code from the EPSON Kowa IScan version of the backend
117 version after code freeze.
128 since Xsane can handle this. Some code cleanup.
129 2001-05-24 Removed ancient code that was used to determine the resolution
135 Also added experimental code to use USB scanner probing. Need kernel patch
158 release is out and therefore the code freeze is over.
179 in the reorder routine are still in the code base.
276 Removed pragma pack() from source code to make it
797 u_char code;
807 u_char code;
828 u_char code;
838 u_char code;
1474 * "warming up" code, so it's not a problem for B3 level scanners, that don't handle
1904 DBG (4, "code %02x\n", (int) head->code);
1906 switch (head->code)
1959 if (0 == head->code)
1961 else if (cmd[cmd_size - 1] == head->code)
1964 DBG (2, "Illegal response of scanner for command: %02x\n", head->code);
3935 code.Is there an online manual for it ?
5150 if (STX != result->code)
5152 DBG (1, "code %02x\n", (int) result->code);