Searched defs:xtbl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/cw/
H A Dcw.c391 static const xarch_table_t xtbl[] = { variable
418 static int xtbl_size = sizeof (xtbl) / sizeof (xarch_table_t);
597 if (strcmp(xtbl[i].x_arg, xarg) == 0)
609 if (xtbl[i].x_trans[j] != NULL)
610 newae(h, xtbl[i].x_trans[j]);
614 return (xtbl[i].x_flags);
1483 * bit, and so the translatation table (xtbl) cannot handle

Completed in 61 milliseconds