Lines Matching refs:constName
74 constName[i], hex[i]);
84 printf(" // Opcodes.%s\n", constName[i]);
96 nextOp = (nextOp == -1) ? "NO_NEXT" : constName[nextOp];
101 constName[i], constName[i], family[i], nextOp, format[i],
118 constName[i], constName[i], name[i], toupper(format[i]), itype);
127 printf(" set(%s);\n", constName[i]);
136 printf(" int OP_%-28s = 0x%04x;\n", constName[i], i);
303 constName[idx] = toupper(name[idx]);
304 gsub("[/-]", "_", constName[idx]); # Dash and slash become underscore.
305 gsub("[+^]", "", constName[idx]); # Plus and caret are removed.
414 packedConstName[i] = constName[op];