Lines Matching defs:mto
96 struct mto *mto;
102 /* check if current buffer sccb can contain the mto */
122 mto = &mdb->mto;
123 mto->length = sizeof(struct mto);
124 mto->type = 4; /* message text object */
125 mto->line_type_flags = LNTPFLGS_ENDTEXT; /* end text */
127 /* set pointer to first byte after struct mto. */
129 buffer->current_line = (char *) (mto + 1);
153 msg->mdb.mto.length += buffer->current_length;
184 * msg into an mto (created by sclp_initialize_mto).
208 /* check if new mto needs to be created */
228 /* check if new mto needs to be created */
288 /* check if new mto needs to be created */
299 /* check if current mto is full */