Lines Matching defs:mto
89 struct mto *mto;
95 /* check if current buffer sccb can contain the mto */
115 mto = &mdb->mto;
116 mto->length = sizeof(struct mto);
117 mto->type = 4; /* message text object */
118 mto->line_type_flags = LNTPFLGS_ENDTEXT; /* end text */
120 /* set pointer to first byte after struct mto. */
122 buffer->current_line = (char *) (mto + 1);
146 msg->mdb.mto.length += buffer->current_length;
177 * msg into an mto (created by sclp_initialize_mto).
201 /* check if new mto needs to be created */
221 /* check if new mto needs to be created */
281 /* check if new mto needs to be created */
292 /* check if current mto is full */