Home
last modified time | relevance | path

Searched refs:xtbl (Results 1 – 1 of 1) sorted by relevance

/titanic_41/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) in xlate_xtb()
609 if (xtbl[i].x_trans[j] != NULL) in xlate_xtb()
610 newae(h, xtbl[i].x_trans[j]); in xlate_xtb()
614 return (xtbl[i].x_flags); in xlate_xtb()