Searched refs:tab1 (Results 1 – 1 of 1) sorted by relevance
887 const struct causetab *tab1, const struct causetab *tab2) in print_cause() argument928 if ((int)ie->cause < 128 && tab1[ie->cause].str) in print_cause()929 strcpy(buf, tab1[ie->cause].str); in print_cause()1051 const struct causetab *tab1, const struct causetab *tab2) in check_cause() argument1080 if (tab1[ie->cause].str != NULL) in check_cause()1081 ptr = &tab1[ie->cause]; in check_cause()1425 struct unicx *cx, const struct causetab *tab1, const struct causetab *tab2) in decode_cause() argument1449 if(tab1[ie->cause].str != NULL) in decode_cause()1450 ptr = &tab1[ie->cause]; in decode_cause()