Lines Matching defs:head
1485 EpsonHdr head;
1496 head = (EpsonHdr) command (s, params, 2, &status);
1497 if (NULL == head)
1503 buf = &head->buf[0];
1589 free (head);
1856 EpsonHdr head;
1867 head = &(hdrunion->hdr);
1882 buf = (u_char *) head;
1904 DBG (4, "code %02x\n", (int) head->code);
1906 switch (head->code)
1933 DBG (4, "status %02x\n", (int) head->status);
1935 count = head->count2 * 255 + head->count1;
1948 head = &(hdrunion->hdr);
1950 buf = head->buf;
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);
2360 EpsonHdr head;
2365 if (NULL == (head = (EpsonHdr) command (s, params, 2, &status)))
2373 buf = &head->buf[0];
6021 EpsonHdr head;
6026 if (NULL != (head = (EpsonHdr) command (s, params, 2, &status)))
6028 buf = &head->buf[0x1A];