Lines Matching full:opcode
341 ServerOpCodes opcode;
482 return keywords[i].opcode;
724 ServerOpCodes opcode;
740 opcode = parse_token(arg, filename, linenum, &flags);
746 if (*activep && opcode != sMatch)
759 switch (opcode) {
1417 fatal("%s line %d: Missing handler for opcode %s (%d)",
1418 filename, linenum, arg, opcode);
1628 if (keywords[i].opcode == code)