Home | History | Annotate | Download | only in src

Lines Matching refs:otype

1389 	filename_trans_datum_t *otype;
1414 mapped_otype = state->typemap[cur_rule->otype - 1];
1427 otype = hashtab_search(state->out->filename_trans,
1429 if (otype) {
1431 if (otype->otype == mapped_otype)
1439 state->out->p_type_val_to_name[otype->otype - 1],
1459 otype = calloc(1, sizeof(*otype));
1460 if (!otype) {
1464 otype->otype = mapped_otype;
1468 otype);