mosysdepstr_h
get_sysdep_string_table(struct mosysdepstr_h **table_h, uint32_t *ofstable,
l = sizeof(struct mosysdepstr_h) +
table_h[i] = (struct mosysdepstr_h *)malloc(l);
expand_sysdep(struct mohandle *mohandle, struct mosysdepstr_h *str)
(struct mosysdepstr_h **)calloc(mohandle->mo.mo_sysdep_nstring,
sizeof(struct mosysdepstr_h *));
(struct mosysdepstr_h **)calloc(mohandle->mo.mo_sysdep_nstring,
sizeof(struct mosysdepstr_h *));
free_sysdep_table(struct mosysdepstr_h **table, uint32_t nstring)
struct mosysdepstr_h *sysdep_otable, *sysdep_ttable;
struct mosysdepstr_h **mo_sysdep_otable; /* original text */
struct mosysdepstr_h **mo_sysdep_ttable; /* translated text */