Lines Matching defs:wtd

1394       const struct write_types_data *wtd);
1399 const struct write_types_data *wtd);
1415 const struct write_types_data *wtd);
1941 const struct write_types_data *wtd;
1943 wtd = (const struct write_types_data *) d->cookie;
1949 wtd->subfield_marker_routine, cast, d->val);
1950 if (wtd->param_prefix)
1955 oprintf (d->of, ", gt_%s_", wtd->param_prefix);
1959 oprintf (d->of, ", gt_%sa_%s", wtd->param_prefix, d->prev_val[0]);
1977 if (d->reorder_fn && wtd->reorder_note_routine)
1979 wtd->reorder_note_routine, cast, d->val,
1984 if (wtd->param_prefix == NULL)
1991 oprintf (d->of, "%*sgt_%s_", d->indent, "", wtd->prefix);
1994 if (d->reorder_fn && wtd->reorder_note_routine)
1996 wtd->reorder_note_routine, cast, d->val, cast, d->val,
2037 const struct write_types_data *wtd)
2065 d.cookie = wtd;
2079 oprintf (d.of, "gt_%sx_%s", wtd->prefix, orig_s->u.s.tag);
2082 oprintf (d.of, "gt_%s_", wtd->prefix);
2096 oprintf (d.of, " if (%s (x", wtd->marker_routine);
2097 if (wtd->param_prefix)
2099 oprintf (d.of, ", x, gt_%s_", wtd->param_prefix);
2107 oprintf (d.of, " while (%s (xlimit", wtd->marker_routine);
2108 if (wtd->param_prefix)
2110 oprintf (d.of, ", xlimit, gt_%s_", wtd->param_prefix);
2133 wtd->marker_routine);
2134 if (wtd->param_prefix)
2136 oprintf (d.of, ", xprev, gt_%s_", wtd->param_prefix);
2166 const struct write_types_data *wtd)
2170 oprintf (header_file, "\n/* %s*/\n", wtd->comment);
2181 oprintf (header_file, "#define gt_%s_", wtd->prefix);
2185 " if (X != NULL) gt_%sx_%s (X);\\\n", wtd->prefix,
2199 wtd->prefix, s->u.s.tag, wtd->prefix, t->u.s.tag);
2211 wtd->prefix, s->u.s.tag);
2224 write_func_for_structure (s, ss, NULL, wtd);
2227 write_func_for_structure (s, s, NULL, wtd);
2237 oprintf (header_file, "extern void gt_%s_", wtd->prefix);
2252 write_func_for_structure (s, ss, param, wtd);
2255 write_func_for_structure (s, stru, param, wtd);
2734 write_array (outf_p f, pair_p v, const struct write_types_data *wtd)
2741 d.cookie = wtd;
2750 if (wtd->param_prefix)
2752 oprintf (f, "static void gt_%sa_%s\n", wtd->param_prefix, v->name);
2756 wtd->param_prefix, v->name);
2770 wtd->prefix, v->name);
2772 wtd->prefix, v->name);