Searched refs:tab2 (Results 1 – 1 of 1) sorted by relevance
887 const struct causetab *tab1, const struct causetab *tab2) in print_cause() argument930 else if ((int)ie->cause < 128 && tab2 != NULL && tab2[ie->cause].str != NULL) in print_cause()931 strcpy(buf, tab2[ie->cause].str); in print_cause()1051 const struct causetab *tab1, const struct causetab *tab2) in check_cause() argument1082 else if (tab2 != NULL && tab2[ie->cause].str != NULL) in check_cause()1083 ptr = &tab2[ie->cause]; in check_cause()1425 struct unicx *cx, const struct causetab *tab1, const struct causetab *tab2) in decode_cause() argument1451 else if(tab2 != NULL && tab2[ie->cause].str != NULL) in decode_cause()1452 ptr = &tab2[ie->cause]; in decode_cause()