Searched defs:mto (Results 1 – 4 of 4) sorted by relevance
16 struct mto { struct17 u16 length;18 u16 type;19 u16 line_type_flags;20 u8 alarm_control;21 u8 _reserved[3];49 struct mto mto; member
89 struct mto *mto; in sclp_initialize_mto() local
92 struct mto *mto; in sclp_early_print_lm() local
55 #define VIFM_COPY(mfrom,mto) ((mto)=(mfrom)) argument