HomeSort by: relevance | last modified time | path
    Searched defs:MM (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/deroff/
deroff.c 82 * -mm (or -ms) causes the corresponding macro's to be interpreted
112 #define MM 1 /* -mm */
117 static char *mactab[] = { "-ms", "-mm", "-me", "-ma" };
296 mac = MM;
829 * Put out a macro line, using ms and mm conventions.
876 * put out words (for the -w option) with ms and mm conventions
1007 * put out words (for the -w option) with ms and mm conventions
1026 * for ms and mm only:
1029 * NE undocumented match to NS (for mm?
    [all...]
  /src/sys/arch/sgimips/dev/
crmfb.c 1705 int MM = 0, NN = 0, PP = 0, ff = 0;
1718 MM = M;
1726 MM = M + 1;
1735 DPRINTF("%d: M %d N %d P %d -> %d\n", f_out, MM, NN, PP, ff);
1737 ret = (MM - 1) | ((NN - 1) << 8) | (P << 14);

Completed in 13 milliseconds