Home | History | Annotate | Download | only in deroff

Lines Matching defs:ME

92  *	Modified by Robert Henry to process -me and -man macros.
113 #define ME 2 /* -me */
117 static char *mactab[] = { "-ms", "-mm", "-me", "-ma" };
166 static int argconcat = 0; /* concat arguments together (-me only) */
274 mac = ME;
302 mac = ME;
913 * put out a macro using the me conventions
1032 * for me:
1073 if ((mac == ME && a1 == ')')
1074 || (mac != ME && a1 == 'D')) {
1084 if ((mac == ME && (c2 == 'h' || c2 == 'p'))
1085 || (mac != ME && (c1 == 'P' || c2 == 'P'))) {
1338 * only called for -me .pp or .sh, when parag is on
1426 case ME:
1470 if (mac == ME && (c2 == ' ' || c2 == '\t') )
1588 case ME: