Home
last modified time | relevance | path

Searched defs:mh_fvm (Results 1 – 1 of 1) sorted by relevance

/dports/mail/mailutils/mailutils-3.13/mh/
H A Dmh_format.h166 struct mh_fvm struct
169 struct mh_string str[MH_NREG]; /* string registers */
171 long *numstack; /* Stack of numeric value */
172 size_t maxstack; /* Stack capacity */
175 size_t pc; /* Program counter */
177 mh_instr_t *prog; /* Program itself */
180 size_t width; /* Output line width */
181 size_t ind; /* Output line index */
182 mu_stream_t output; /* Output stream */
183 int flags;
[all …]