Searched refs:mtm (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.bin/tmux/
H A Dmode-tree.c962 struct mode_tree_menu *mtm = data; local
963 struct mode_tree_data *mtd = mtm->data;
968 if (mtm->line >= mtd->line_size)
970 mtd->current = mtm->line;
971 mtd->menucb(mtd->modedata, mtm->c, key);
975 free(mtm);
985 struct mode_tree_menu *mtm; local
1006 mtm = xmalloc(sizeof *mtm);
1007 mtm
[all...]
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp317 MinInstrCountEnsemble(MachineTraceMetrics *mtm) argument
318 : MachineTraceMetrics::Ensemble(mtm) {}

Completed in 187 milliseconds