Searched refs:mto (Results 1 – 3 of 3) sorted by relevance
89 struct mto *mto; in sclp_initialize_mto() local 95 /* check if current buffer sccb can contain the mto */ in sclp_initialize_mto() 115 mto = &mdb->mto; in sclp_initialize_mto() 116 mto->length = sizeof(struct mto); in sclp_initialize_mto() 117 mto->type = 4; /* message text object */ in sclp_initialize_mto() 118 mto->line_type_flags = LNTPFLGS_ENDTEXT; /* end text */ in sclp_initialize_mto() 120 /* set pointer to first byte after struct mto in sclp_initialize_mto() [all...]
16 struct mto { struct 49 struct mto mto; member 57 /* The number of empty mto buffers that can be contained in a single sccb. */17 lengthmto global() argument 18 typemto global() argument 19 line_type_flagsmto global() argument 20 alarm_controlmto global() argument 21 _reservedmto global() argument
55 #define VIFM_COPY(mfrom,mto) ((mto)=(mfrom)) argument