Lines Matching defs:macro
340 /* Finally validate the macro itself. */
379 /* Call the macro's postprocessor. */
1170 /* Drop the macro if the first argument is invalid. */
1883 * If the argument of -offset or -width is a macro,
1934 * trail as macro parameters, to the new-style ("normal-form")
2885 const char *macro;
2893 macro = !strcmp(nch->string, "Open") ? "Ox" :
2897 if (macro != NULL)
2899 n->line, n->pos, "%s", macro);
2953 * Set the operating system by way of the `Os' macro.
2955 * 1. the argument of the `Os' macro, unless empty
3035 macro2len(enum roff_tok macro)
3038 switch (macro) {