Lines Matching refs:MM
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?)
1030 * LE mm only: matches RL or *L (for lists)
1222 if (mac == MM)
1397 if (msflag && mac == MM && c2 == 'L') {
1419 case MM:
1461 if (parag && mac==MM && c1 == 'P' && c2 == '\n') {
1591 case MM:
1654 * Particular to ms and mm
1682 M(NONE, 'H',' ', MMHU), /* -mm ? */
1683 M(NONE, 'H','U', MMHU), /* -mm ? */
1684 M(PARAG, 'P',' ', PP), /* paragraph for -mm */