Lines Matching defs:macro
340 /* Finally validate the macro itself. */
379 /* Call the macro's postprocessor. */
1149 /* Drop the macro if the first argument is invalid. */
1862 * If the argument of -offset or -width is a macro,
1913 * trail as macro parameters, to the new-style ("normal-form")
2866 const char *macro;
2874 macro = !strcmp(nch->string, "Open") ? "Ox" :
2878 if (macro != NULL)
2880 n->line, n->pos, "%s", macro);
2934 * Set the operating system by way of the `Os' macro.
2936 * 1. the argument of the `Os' macro, unless empty
3016 macro2len(enum roff_tok macro)
3019 switch (macro) {