Lines Matching refs:code
10 * 1. Redistributions of source code must retain the above copyright
101 static void cbcp_send __P((cbcp_state *us, int code, u_char *buf, int len));
160 u_char code, id;
173 GETCHAR(code, inp);
185 switch(code) {
233 int code, opt, id, len, olen, delay;
239 GETCHAR(code, p);
245 if (code >= 1 && code <= sizeof(cbcp_codenames) / sizeof(char *))
246 printer(arg, " %s", cbcp_codenames[code-1]);
248 printer(arg, " code=0x%x", code);
253 switch (code) {
296 GETCHAR(code, p);
297 printer(arg, " %.2x", code);
420 cbcp_send(us, code, buf, len)
422 int code;
435 PUTCHAR(code, outp);