Searched refs:optypes (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c121 static coding_t optypes[] = { variable
725 for (i = 0, opname = 0; optypes[i].str != 0; i++) {
726 if (op == optypes[i].code) {
727 opname = optypes[i].str;
739 opname = optypes[3].str; /* "XOR" */
741 op = optypes[3].code;
2152 for (i = 0; optypes[i].str != 0; i++)
2153 if (strcmp(optarg, optypes[i].str) == 0) {
2154 errdef.optype = optypes[i].code;
2157 if (optypes[
[all...]

Completed in 47 milliseconds