Searched refs:mto (Results 1 – 2 of 2) sorted by relevance
176 struct mto *mto; in lm_print() local183 ptr = (unsigned char *) &sccb->msg.mdb.mto; in lm_print()186 for (count = sizeof(*mto); offset < len; count++) { in lm_print()192 mto = (struct mto *) ptr; in lm_print()193 mto->length = count; in lm_print()194 mto->type = 4; in lm_print()195 mto->line_type_flags = LNTPFLGS_ENDTEXT; in lm_print()197 } while (offset < len && ptr + sizeof(*mto) <= end); in lm_print()
265 struct mto { struct298 struct mto mto; member