Lines Matching defs:mt
1028 struct modelist *mt;
1031 for (mt = ModeList; mt->name; mt++) {
1032 if (mt->help) {
1033 if (*mt->help)
1034 printf("%-15s %s\r\n", mt->name, mt->help);
1048 struct modelist *mt;
1053 } else if ((mt = GETMODECMD(argv[1])) == 0) {
1055 } else if (Ambiguous(mt)) {
1057 } else if (mt->needconnect && !connected) {
1060 } else if (mt->handler) {
1061 return (*mt->handler)(mt->arg1);