Home | History | Annotate | Download | only in deroff

Lines Matching defs:macro

82  *	-mm (or -ms) causes the corresponding macro's to be interpreted
85 * Deroff follows .so and .nx commands, removes contents of macro
89 * All input is through the Cget macro;
161 * Macro processing
163 * Macro table definitions
165 typedef int pacmac; /* compressed macro name */
185 * Macro table initialization
191 * the macro name
195 #define NOMAC 2 /* no macro */
196 #define MAC 3 /* macro */
202 * Return codes from macro minions, determine where to jump,
244 static void macro(void);
510 macro(void)
829 * Put out a macro line, using ms and mm conventions.
913 * put out a macro using the me conventions
1109 macro();
1415 * Process the arguments to the macro
1468 * Single letter macro
1488 printf("preliminary hit macro %c%c ", c1, c2);
1628 M(NOMAC, 'a','m', domacro), /* append macro */